- Defer the database connection to when it's needed (#770)
- Add filter_policy to mongodb_atlas integration (#823)
- Pass empty dict to filter instead of None (#775)
Mongo
- Fallback to default filter policy when deserializing retrievers without the init parameter (#899)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Update mongodb test for the new
apply_filter_policy
usage (#971) - MongoDB - remove legacy filter support (#1066)
- Fix haystack-ai pin (#649)
- Disable-class-def (#556)
- Mongo atlas (#534)
- Final API docs touches (#538)
- Improve example (#546)
- MongoDBAtlas Document Store (#413)
MongoDBAtlasEmbeddingRetriever
(#427)
- Remove filters from
MongoDBAtlasDocumentStore.count()
method (#430) - Fix order of API docs (#447)
This PR will also push the docs to Readme
- Fix pyproject for mongodbatlas (#478)
- Update category slug (#442)