docs: integrations/memory consistency (#10255)

- updated titles and descriptions of the `integrations/memory` notebooks
into consistent and laconic format;
- removed
`docs/extras/integrations/memory/motorhead_memory_managed.ipynb` file as
a duplicate of the
`docs/extras/integrations/memory/motorhead_memory.ipynb`;
- added `integrations/providers` Integration Cards for `dynamodb`,
`motorhead`.
- updated `integrations/providers/redis.mdx` with links
- renamed several notebooks; updated `vercel.json` to reroute new names.
This commit is contained in:
Leonid Ganeline
2023-09-30 16:35:55 -07:00
committed by GitHub
parent 33eb5f8300
commit 240190db3f
19 changed files with 737 additions and 722 deletions

View File

@@ -2628,6 +2628,18 @@
"source": "/docs/modules/memory/integrations/cassandra_chat_message_history",
"destination": "/docs/integrations/memory/cassandra_chat_message_history"
},
{
"source": "/docs/integrations/memory/motorhead_memory_managed",
"destination": "/docs/integrations/memory/motorhead_memory"
},
{
"source": "/docs/integrations/memory/dynamodb_chat_message_history",
"destination": "/docs/integrations/memory/aws_dynamodb"
},
{
"source": "/docs/integrations/memory/entity_memory_with_sqlite",
"destination": "/docs/integrations/memory/sqlite"
},
{
"source": "/en/latest/modules/memory/examples/dynamodb_chat_message_history.html",
"destination": "/docs/integrations/memory/dynamodb_chat_message_history"