chore: remove .plugin.env.template (#884)

Co-authored-by: junewgl <1965259211@qq.com>
This commit is contained in:
magic.chen
2023-12-04 21:37:21 +08:00
committed by GitHub
parent 8ae467109a
commit b12a858d53
4 changed files with 1 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
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"
vector_store_type = "Chroma"
chroma_persist_path = "your_persist_path"