langmem/guides/extract_semantic_memories/ #80
Unanswered
Replies: 3 comments
-
|
i want to use qdrant instead of InMemoryStore() for persistent memory but seems langmem is not compatible with qdrant, is there any documentation for that |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Quick Typo here : Extract memories for User Amanager.invokse( invokse should be invoke. |
Beta Was this translation helpful? Give feedback.
0 replies
-
manager = create_memory_store_manager(
"xxx:xxx",
namespace=("chat", "{user_id}", "triples"),
schemas=[Triple],
instructions="Extract all user information and events as triples.",
enable_inserts=True,
enable_deletes=True,
store=store,
)
manager.invoke(
{"messages": [{"role": "user", "content": "I prefer dark mode"}]},
config={"configurable": {"user_id": "user-a"}},
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
langmem/guides/extract_semantic_memories/
Build language agents as graphs
https://langchain-ai.github.io/langmem/guides/extract_semantic_memories/
Beta Was this translation helpful? Give feedback.
All reactions