Update log statement, doc and package dependency version

This commit is contained in:
Taranjeet Singh
2023-06-20 21:04:33 +05:30
parent 3db637f526
commit ac0ec0bf8f
3 changed files with 27 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="embedchain",
version="0.0.2",
version="0.0.3",
author="Taranjeet Singh",
author_email="reachtotj@gmail.com",
description="embedchain is a framework to easily create bots over any dataset",
@@ -24,7 +24,7 @@ setuptools.setup(
"langchain>=0.0.205",
"requests",
"openai",
"chromadb",
"chromadb>=0.3.26",
"youtube-transcript-api",
"beautifulsoup4",
"pypdf",