Skip to content

Commit

Permalink
chore: remove .plugin.env.template (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: junewgl <[email protected]>
  • Loading branch information
csunny and junewgl authored Dec 4, 2023
1 parent 8ae4671 commit b12a858
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
14 changes: 0 additions & 14 deletions .plugin_env.template

This file was deleted.

2 changes: 0 additions & 2 deletions pilot/vector_store/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
1 change: 0 additions & 1 deletion plugins/__PUT_PLUGIN_ZIPS_HERE__
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
PUT ZIP PLUGINs TO THIS DIR
2 changes: 1 addition & 1 deletion tests/unit_tests/embedding_engine/url_test.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b12a858

Please sign in to comment.