From 7a172344be63bec58800dc886fa34641b6b405d2 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Thu, 25 May 2023 19:51:30 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pilot/vector_store/connector.py b/pilot/vector_store/connector.py index 3ff473f1e..06fad00f2 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": None} +connector = {"Chroma": ChromaStore, "Milvus": MilvusStore} class VectorStoreConnector: diff --git a/requirements.txt b/requirements.txt index 9595854bb..19d8ca34e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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