Memory
Architecture
How It Works
Storage
# Store key-value pairs
octus.memory.set("user_preferences", {
"theme": "dark",
"language": "python"
})
# Store with vector embedding
octus.memory.store(
"Important context about user workflow",
embedding_model="text-embedding-3-small"
)Retrieval
Dynamic Management
Memory Types
Example Usage
Configuration
Technical Details
Last updated