From 244e60cea621bb3a74fedbbec2735ad70a4877af Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Wed, 9 Apr 2025 23:38:10 +0530 Subject: [PATCH] update python changelog (#2522) --- docs/changelog/overview.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index e6e0dbbd..c027890e 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -6,6 +6,25 @@ mode: "wide" + + +**New Features:** +- **Upstash Vector:** Added support for Upstash Vector store + +**Improvements:** +- **Code Quality:** Removed redundant code lines +- **Build:** Updated MAKEFILE +- **Documentation:** Updated memory export documentation + + + + + +**Improvements:** +- **FAISS:** Added embedding_dims parameter to FAISS vector store + + + **New Features:**