Quellcode durchsuchen

chore: bump chroma

Timothy Jaeryang Baek vor 4 Wochen
Ursprung
Commit
23990276cb
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 1 2
      backend/requirements.txt
  2. 1 2
      pyproject.toml

+ 1 - 2
backend/requirements.txt

@@ -50,8 +50,7 @@ langchain==0.3.26
 langchain-community==0.3.27
 
 fake-useragent==2.2.0
-chromadb==0.6.3
-posthog==5.4.0
+chromadb==1.0.20
 pymilvus==2.5.0
 qdrant-client==1.14.3
 opensearch-py==2.8.0

+ 1 - 2
pyproject.toml

@@ -55,7 +55,7 @@ dependencies = [
     "langchain-community==0.3.27",
 
     "fake-useragent==2.2.0",
-    "chromadb==0.6.3",
+    "chromadb==1.0.20",
     "pymilvus==2.5.0",
     "qdrant-client==1.14.3",
     "opensearch-py==2.8.0",
@@ -124,7 +124,6 @@ dependencies = [
     "tencentcloud-sdk-python==3.0.1336",
     
     "oracledb>=3.2.0",
-    "posthog==5.4.0",
 
 ]
 readme = "README.md"