Enumeration RagMemoryCategory

Logical buckets that the RAG system can target. These allow integrators to map different document types or knowledge sources to distinct vector store data sources and policies.

Enumeration Members

PERSONAL_LLM_EXPERIENCE: "personal_llm_experience"
USER_EXPLICIT_MEMORY: "user_explicit_memory"
SHARED_KNOWLEDGE_BASE: "shared_knowledge_base"
EPISODIC_CONTEXT: "episodic_context"
GOAL_ORIENTED_MEMORY: "goal_oriented_memory"