- Update opensearch retriever docstrings (#1035)
- Do not retry tests in
hatch run test
command (#954)
- OpenSearch - remove legacy filter support (#1067)
- Update BM25 docstrings (#945)
- Support aws authentication with OpenSearchDocumentStore (#920)
- Add raise_on_failure param to OpenSearch retrievers (#852)
- Add filter_policy to opensearch integration (#822)
OpenSearch
- Fallback to default filter policy when deserializing retrievers without the init parameter (#895)
- Update ruff invocation to include check parameter (#853)
- Serialization for custom_query in OpenSearch retrievers (#851)
- Support legacy filters with OpenSearchDocumentStore (#850)
- Defer the database connection to when it's needed (#753)
- Improve
OpenSearchDocumentStore.__init__
arguments (#739) - Return_embeddings flag for opensearch (#784)
- Add create_index option to OpenSearchDocumentStore (#840)
- Add custom_query param to OpenSearch retrievers (#841)
- Fix order of API docs (#447)
This PR will also push the docs to Readme
- Update category slug (#442)
- Fixing opensearch docstrings (#521)
- Small consistency improvements (#536)
- Disable-class-def (#556)
- Retry tests to reduce flakyness (#836)
- Generate API docs (#324)
- Fix links in docstrings (#188)
- Use
hatch_vcs
to manage integrations versioning (#103)
- Fix import and increase version (#77)
- Fix license headers
- Extend OpenSearch params support (#70)
- Bump OpenSearch integration version to 0.0.2 (#71)
- [OpenSearch] add document store, BM25Retriever and EmbeddingRetriever (#68)