Skip to content

Commit

Permalink
[template]modify elasticsearch items name according to implement code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopshine committed Sep 10, 2024
1 parent 6915741 commit 3740fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3740fbc

Please sign in to comment.