mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user