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