From bff01ae7236491caec9d2bdd480d1727cb06221e Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 11 Nov 2024 12:08:59 -0500 Subject: [PATCH] fix typos --- docs/docs/versions/migrating_memory/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/versions/migrating_memory/index.mdx b/docs/docs/versions/migrating_memory/index.mdx index 45abdf57d786d..0043dcb13b54c 100644 --- a/docs/docs/versions/migrating_memory/index.mdx +++ b/docs/docs/versions/migrating_memory/index.mdx @@ -108,7 +108,7 @@ And specific backend implementations of abstractions: | `SQLiteEntityStore` | A specific implementation of `BaseEntityStore` that uses SQLite as the backend. | | `UpstashRedisEntityStore` | A specific implementation of `BaseEntityStore` that uses Upstash as the backend. | -These abstractions have received limited development since their initial release. The is because they generally require significant customization for a specific application to be effective , making +These abstractions have received limited development since their initial release. This is because they generally require significant customization for a specific application to be effective, making them less widely used than the conversation history management abstractions. For this reason, there are no migration guides for these abstractions. If you're struggling to migrate an application