mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-21 19:31:43 +00:00
Update .env.template (#2001)
This commit is contained in:
parent
b342955629
commit
46605a90d4
@ -180,10 +180,10 @@ KNOWLEDGE_GRAPH_COMMUNITY_SEARCH_RECALL_SCORE=0.0
|
||||
|
||||
## ElasticSearch vector db config
|
||||
#VECTOR_STORE_TYPE=ElasticSearch
|
||||
ElasticSearch_URL=127.0.0.1
|
||||
ElasticSearch_PORT=9200
|
||||
ElasticSearch_USERNAME=elastic
|
||||
ElasticSearch_PASSWORD={your_password}
|
||||
ELASTICSEARCH_URL=127.0.0.1
|
||||
ELASTICSEARCH_PORT=9200
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD={your_password}
|
||||
|
||||
### TuGraph config
|
||||
#TUGRAPH_HOST=127.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user