mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 14:40:56 +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": MilvusStore}
|
||||
connector = {"Chroma": ChromaStore, "Milvus": None}
|
||||
|
||||
|
||||
class VectorStoreConnector:
|
||||
|
@@ -46,7 +46,7 @@ wandb
|
||||
llama-index==0.5.27
|
||||
pymysql
|
||||
unstructured==0.6.3
|
||||
grpcio==1.47.5
|
||||
grpcio==1.54.2
|
||||
|
||||
auto-gpt-plugin-template
|
||||
pymdown-extensions
|
||||
@@ -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