From f805abc9687e6f78aa3b6cbedb37093644a78925 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Thu, 30 May 2024 09:18:13 +0000 Subject: [PATCH] Update the changelog --- integrations/pgvector/CHANGELOG.md | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 integrations/pgvector/CHANGELOG.md diff --git a/integrations/pgvector/CHANGELOG.md b/integrations/pgvector/CHANGELOG.md new file mode 100644 index 000000000..1cfd00201 --- /dev/null +++ b/integrations/pgvector/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## [unreleased] + +### 🚀 Features + +- Defer the database connection to when it's needed (#773) + +## [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) + + + +