upd link elasticsearch

This commit is contained in:
Oleh Poiasnik 2025-05-21 20:23:01 +00:00
parent f4810b01c3
commit 927db76048

View File

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