多场景对话架构一期0525

This commit is contained in:
yhjun1026
2023-05-25 19:51:30 +08:00
parent 57519b9006
commit 7a172344be
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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