langchain-ai / langchain-elastic

Elasticsearch integration into LangChain
MIT License
44 stars 14 forks source link

Support for elasticsearch[async] #33

Open alikaz3mi opened 4 months ago

alikaz3mi commented 4 months ago

Does this repository support for async version of elasticsearch database?

miguelgrinberg commented 4 months ago

No, we have not implemented async interfaces.

alikaz3mi commented 4 months ago

Thanks. Do you have any plans for adding it to langchain?

miguelgrinberg commented 3 months ago

Our Elasticsearch Python client libraries do have async support, but I believe this is the first request we get for async support in the langchain integration. I will pass the request on.

giacbrd commented 1 month ago

Hi, I am developing an implementation of async methods in https://github.com/langchain-ai/langchain-elastic/pull/47