mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-26 21:37:40 +00:00
chore: remove .plugin.env.template (#884)
Co-authored-by: junewgl <1965259211@qq.com>
This commit is contained in:
parent
8ae467109a
commit
b12a858d53
@ -1,14 +0,0 @@
|
|||||||
####################################################################################
|
|
||||||
## [DB-GPT-Bytebase-Plugin] ###
|
|
||||||
#####################################################################################
|
|
||||||
HOST_NAME={your-host-ip, to execute command operate}
|
|
||||||
HOST_USER=root
|
|
||||||
HOST_PASSWORD={your-host-password}
|
|
||||||
SSH_PORT=22
|
|
||||||
|
|
||||||
BYTE_BASE_COOKIE={your-bytebase-cookie}
|
|
||||||
BYTE_BASE_DOMAIN={your-bytebase-server-address}
|
|
||||||
BYTE_BASE_DEFAULT_DEV_INSTANCE=mysql_dev
|
|
||||||
BYTE_BASE_DEFAULT_TEST_INSTANCE=mysql_test
|
|
||||||
BYTE_BASE_DEFAULT_PROD_INSTANCE=mysql_prod
|
|
||||||
DEFAULT_PROJECT_NAME={your-default-project}
|
|
@ -8,8 +8,6 @@ class VectorStoreConnector:
|
|||||||
"""VectorStoreConnector, can connect different vector db provided load document api_v1 and similar search api_v1.
|
"""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)
|
1.load_document:knowledge document source into vector store.(Chroma, Milvus, Weaviate)
|
||||||
2.similar_search: similarity search from vector_store
|
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
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
PUT ZIP PLUGINs TO THIS DIR
|
|
@ -1,6 +1,6 @@
|
|||||||
from pilot import EmbeddingEngine, KnowledgeType
|
from pilot import EmbeddingEngine, KnowledgeType
|
||||||
|
|
||||||
url = "https://db-gpt.readthedocs.io/en/latest/getting_started/getting_started.html"
|
url = "https://docs.dbgpt.site/docs/overview"
|
||||||
embedding_model = "your_embedding_model"
|
embedding_model = "your_embedding_model"
|
||||||
vector_store_type = "Chroma"
|
vector_store_type = "Chroma"
|
||||||
chroma_persist_path = "your_persist_path"
|
chroma_persist_path = "your_persist_path"
|
||||||
|
Loading…
Reference in New Issue
Block a user