deepset-ai / haystack-experimental

🧪 Experimental features for Haystack
https://haystack.deepset.ai
Apache License 2.0
23 stars 9 forks source link

feat: Add async support to `OpenSearchBM25Retreiver` #116

Closed shadeMe closed 1 month ago

shadeMe commented 1 month ago

Related Issues

Proposed Changes:

Reimplements the OpenSearchBM25Retriever with async support.

How did you test it?

Unit tests

Checklist