소스 검색

chore: chromadb, pymilvus bump

Timothy J. Baek 7 달 전
부모
커밋
4c92a0f571
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      backend/requirements.txt
  2. 2 2
      pyproject.toml

+ 2 - 2
backend/requirements.txt

@@ -39,8 +39,8 @@ langchain-community==0.2.12
 langchain-chroma==0.1.2
 
 fake-useragent==1.5.1
-chromadb==0.5.5
-pymilvus==2.4.6
+chromadb==0.5.9
+pymilvus==2.4.7
 
 sentence-transformers==3.0.1
 colbert-ai==0.2.21

+ 2 - 2
pyproject.toml

@@ -46,8 +46,8 @@ dependencies = [
     "langchain-chroma==0.1.2",
 
     "fake-useragent==1.5.1",
-    "chromadb==0.5.5",
-    "pymilvus==2.4.6",
+    "chromadb==0.5.9",
+    "pymilvus==2.4.7",
 
     "sentence-transformers==3.0.1",
     "colbert-ai==0.2.21",