upd link elasticsearch
This commit is contained in:
parent
f4810b01c3
commit
927db76048
@ -220,7 +220,7 @@ if config.get("useCloud", False):
|
||||
else:
|
||||
logger.info("Using local Elasticsearch.")
|
||||
vectorstore = ElasticsearchStore(
|
||||
es_url="http://localhost:9200",
|
||||
es_url="http://elasticsearch:9200",
|
||||
index_name=index_name,
|
||||
embedding=embeddings,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user