generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
When using ElasticsearchRetriever.from_es_params I am getting cluster level access error because init function is calling es_client.info() method which requires permissions on cluster. It's not always the case, especially in enterprise setup. There should be better ways to test connectivity.
| es_client.info() # test connection |
Metadata
Metadata
Assignees
Labels
No labels