Verion bump, chromadb_version change and doc update (#1407)

This commit is contained in:
Dev Khant
2024-06-12 21:16:00 +05:30
committed by GitHub
parent 6ecdadfd97
commit 1bddd46ed2
3 changed files with 145 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.108"
version = "0.1.109"
description = "Simplest open source retrieval (RAG) framework"
authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>",
@@ -96,7 +96,7 @@ python-dotenv = "^1.0.0"
langchain = "^0.1.4"
requests = "^2.31.0"
openai = ">=1.1.1"
chromadb = "^0.5.0"
chromadb = "^0.4.24"
posthog = "^3.0.2"
rich = "^13.7.0"
beautifulsoup4 = "^4.12.2"