From 9c807983ef3ee2b5da50c563a43e6e8b9ada754b Mon Sep 17 00:00:00 2001 From: Omkar Shetkar Date: Tue, 2 Jan 2024 23:18:53 +0530 Subject: [PATCH] - Doc update for breaking changes (#199) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 759e234df..ed9c4a2ea 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Let's make your `@Beans` intelligent! ### Breaking Changes +December 27, 2023 Update + +Merge SimplePersistentVectorStore and InMemoryVectorStore into SimpleVectorStore +- Replace InMemoryVectorStore with SimpleVectorStore + December 20, 2023 Update Refactor the Ollama client and related classes and package names