From 6ca038535893dc9f1b886e509838361616a21925 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Thu, 25 May 2023 19:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=9C=BA=E6=99=AF=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E4=B8=80=E6=9C=9F0525?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pilot/vector_store/connector.py | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pilot/vector_store/connector.py b/pilot/vector_store/connector.py index 06fad00f2..3ff473f1e 100644 --- a/pilot/vector_store/connector.py +++ b/pilot/vector_store/connector.py @@ -1,7 +1,7 @@ from pilot.vector_store.chroma_store import ChromaStore -from pilot.vector_store.milvus_store import MilvusStore +# from pilot.vector_store.milvus_store import MilvusStore -connector = {"Chroma": ChromaStore, "Milvus": MilvusStore} +connector = {"Chroma": ChromaStore, "Milvus": None} class VectorStoreConnector: diff --git a/requirements.txt b/requirements.txt index 28da42929..9595854bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ wandb llama-index==0.5.27 pymysql unstructured==0.6.3 -grpcio==1.47.5 +grpcio==1.54.2 auto-gpt-plugin-template pymdown-extensions @@ -54,7 +54,7 @@ gTTS==2.3.1 langchain nltk python-dotenv==1.0.0 -pymilvus==2.2.1 +# pymilvus==2.2.1 vcrpy chromadb markdown2