From ff92b658d9a67e8c5fbf7a4fc675ba728574b93f Mon Sep 17 00:00:00 2001 From: codemaker1023 <146936647+codemaker1023@users.noreply.github.com> Date: Tue, 20 Jan 2026 18:11:49 -0500 Subject: [PATCH] Remove automatic schema migrations from README Removed mention of automatic schema migrations from README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4f8d7bb..baa7f4b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ pip install memori - Vectorized memories and in-memory semantic search for more accurate context. - Third normal form schema including storage of semantic triples for a knowledge graph. - Reduced development overhead to a single line of code. -- Automatic schema migrations. ## Example with OpenAI