Update .env.template (#2001)

This commit is contained in:
edward 2024-09-10 20:49:48 +08:00 committed by GitHub
parent b342955629
commit 46605a90d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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