[Misc] Update package version for chroma and pypdf (#1352)

This commit is contained in:
Deshraj Yadav
2024-05-01 22:24:49 -07:00
committed by GitHub
parent a795798156
commit a0ff764f0a
2 changed files with 218 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.102"
version = "0.1.103"
description = "Simplest open source retrieval (RAG) framework"
authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>",
@@ -96,11 +96,11 @@ python-dotenv = "^1.0.0"
langchain = "^0.1.4"
requests = "^2.31.0"
openai = ">=1.1.1"
chromadb = "^0.4.17"
chromadb = "^0.5.0"
posthog = "^3.0.2"
rich = "^13.7.0"
beautifulsoup4 = "^4.12.2"
pypdf = "^3.11.0"
pypdf = "^4.0.1"
gptcache = "^0.1.43"
pysbd = "^0.3.4"
tiktoken = { version = "^0.5.2", optional = true }