Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.15 KB

File metadata and controls

56 lines (30 loc) · 1.15 KB

Changelog

[integrations/pgvector-v1.0.0] - 2024-09-12

🚀 Features

  • Add filter_policy to pgvector integration (#820)

🐛 Bug Fixes

  • PgVector - Fallback to default filter policy when deserializing retrievers without the init parameter (#900)

🧪 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)
  • PgVector - remove legacy filter support (#1068)

[integrations/pgvector-v0.4.0] - 2024-06-20

🚀 Features

  • Defer the database connection to when it's needed (#773)
  • Add customizable index names for pgvector (#818)

[integrations/pgvector-v0.2.0] - 2024-05-08

🚀 Features

  • MongoDBAtlasEmbeddingRetriever (#427)
  • Implement keyword retrieval for pgvector integration (#644)

🐛 Bug Fixes

  • Fix order of API docs (#447)

This PR will also push the docs to Readme

📚 Documentation

  • Update category slug (#442)
  • Disable-class-def (#556)

[integrations/pgvector-v0.1.0] - 2024-02-14

🐛 Bug Fixes

  • Fix linting (#328)