Memories are distinct from Session State. They are semantic facts stored in a Vector Database for retrieval across different sessions or long time horizons.
Create Memory
Manually inject a memory into the graph. (Usually handled automatically by SNAP, but useful for initial knowledge seeding).Associate with a session context.
The text content to store and embed.
Classification:
fact, preference, summary, or correction.List of string tags for filtering.
If true, triggers the embedding generation pipeline immediately.
Search Memories
Perform RAG (Retrieval Augmented Generation) on your agent’s memory.The semantic search query.
Minimum cosine similarity score (0-1).
Number of results to return.