Skip to content

Commit

Permalink
docs: Makes the phrasing more smooth and reasoning more clear (#28020)
Browse files Browse the repository at this point in the history
Updated the phrasing and reasoning on the "abstraction not receiving
much development" part of the documentation

---------

Co-authored-by: ccurme <[email protected]>
  • Loading branch information
DangerousPotential and ccurme authored Nov 11, 2024
1 parent f695b96 commit 0b85f90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/versions/migrating_memory/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ 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 not received much development since their initial release. The reason
is that for these abstractions to be useful they typically require a lot of specialization for a particular application, so these
abstractions are not as widely used as the conversation history management abstractions.
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
that relies on these abstractions, please:
Expand Down

0 comments on commit 0b85f90

Please sign in to comment.