mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 01:27:14 +00:00
chore: remove .plugin.env.template (#884)
Co-authored-by: junewgl <1965259211@qq.com>
This commit is contained in:
@@ -8,8 +8,6 @@ class VectorStoreConnector:
|
||||
"""VectorStoreConnector, can connect different vector db provided load document api_v1 and similar search api_v1.
|
||||
1.load_document:knowledge document source into vector store.(Chroma, Milvus, Weaviate)
|
||||
2.similar_search: similarity search from vector_store
|
||||
how to use reference:https://db-gpt.readthedocs.io/en/latest/modules/vector.html
|
||||
how to integrate:https://db-gpt.readthedocs.io/en/latest/modules/vector/milvus/milvus.html
|
||||
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user