mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 07:00:15 +00:00
多场景对话架构一期0525
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user