You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basic_auth=(config.user, config.password) if (config.userandconfig.password) elseNone,
verify_certs=config.verify_certs,
)
The initialize of Elasticsearch only support using api key to connect to the cloud service.
For the selfhosted instance, I can also use api_key to connect it. So api_key should also be provided in L37-L39.
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
mem0/mem0/vector_stores/elasticsearch.py
Lines 28 to 40 in e4e5511
The initialize of Elasticsearch only support using api key to connect to the cloud service.
For the selfhosted instance, I can also use api_key to connect it. So api_key should also be provided in L37-L39.
The text was updated successfully, but these errors were encountered: