From 076b4bfbc7bdc4bb38eed6b883bfe772d6961717 Mon Sep 17 00:00:00 2001 From: ChengZi Date: Tue, 24 Sep 2024 20:37:15 +0800 Subject: [PATCH] update dependency Signed-off-by: ChengZi --- requirements.txt | 7 +++---- setup.py | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 92f5654da1..39a4a0b838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,12 +19,12 @@ beautifulsoup4==4.12.3 pandas==2.1.1 pydantic>=2.5.3 #pygame==2.1.3 -#pymilvus==2.2.8 +pymilvus==2.4.6 # pytest==7.2.2 # test extras require python_docx==0.8.11 PyYAML==6.0.1 # sentence_transformers==2.2.2 -setuptools==65.6.3 +setuptools==75.1.0 tenacity==8.2.3 tiktoken==0.7.0 tqdm==4.66.2 @@ -78,5 +78,4 @@ volcengine-python-sdk[ark]~=1.0.94 gymnasium==0.29.1 boto3~=1.34.69 spark_ai_python~=0.3.30 -agentops -pymilvus==2.4.5 +agentops \ No newline at end of file diff --git a/setup.py b/setup.py index 8ba4c8a72e..81515cff1d 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ def run(self): "llama-index-postprocessor-cohere-rerank==0.1.4", "llama-index-postprocessor-colbert-rerank==0.1.1", "llama-index-postprocessor-flag-embedding-reranker==0.1.2", + "llama-index-vector-stores-milvus==0.1.23", "docx2txt==0.8", ], } @@ -63,7 +64,7 @@ def run(self): "grpcio-status==1.48.2", "grpcio-tools==1.48.2", "google-api-core==2.17.1", - "protobuf==3.19.6", + "protobuf==4.25.5", "pylint==3.0.3", "pybrowsers", ]