Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.41 KB

File metadata and controls

70 lines (38 loc) · 1.41 KB

Changelog

[unreleased]

🚀 Features

  • Defer the database connection to when it's needed (#770)
  • Add filter_policy to mongodb_atlas integration (#823)

🐛 Bug Fixes

  • Pass empty dict to filter instead of None (#775)
  • Mongo - Fallback to default filter policy when deserializing retrievers without the init parameter (#899)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

⚙️ Miscellaneous Tasks

  • 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)

[integrations/mongodb_atlas-v0.2.1] - 2024-04-09

🐛 Bug Fixes

  • Fix haystack-ai pin (#649)

📚 Documentation

  • Disable-class-def (#556)

[integrations/mongodb_atlas-v0.2.0] - 2024-03-09

📚 Documentation

  • Mongo atlas (#534)
  • Final API docs touches (#538)

Mongodb

  • Improve example (#546)

[integrations/mongodb_atlas-v0.1.0] - 2024-02-23

🚀 Features

  • MongoDBAtlas Document Store (#413)
  • MongoDBAtlasEmbeddingRetriever (#427)

🐛 Bug Fixes

  • 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)

📚 Documentation

  • Update category slug (#442)