mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 15:10:14 +00:00
多场景对话架构一期0525
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from pilot.vector_store.chroma_store import ChromaStore
|
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:
|
class VectorStoreConnector:
|
||||||
|
@@ -54,7 +54,7 @@ gTTS==2.3.1
|
|||||||
langchain
|
langchain
|
||||||
nltk
|
nltk
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
# pymilvus==2.2.1
|
pymilvus==2.2.1
|
||||||
vcrpy
|
vcrpy
|
||||||
chromadb
|
chromadb
|
||||||
markdown2
|
markdown2
|
||||||
|
Reference in New Issue
Block a user