Skip to content

Commit

Permalink
多场景对话架构一期0525
Browse files Browse the repository at this point in the history
  • Loading branch information
yhjun1026 committed May 25, 2023
1 parent 57519b9 commit 7a17234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pilot/vector_store/connector.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a17234

Please sign in to comment.