Interface: RetrievalPlanSources
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:171
Flags controlling which retrieval sources are queried.
See
RetrievalPlan.sources
Properties
bm25
bm25:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:175
BM25 sparse keyword search. Default: true — catches exact term matches.
graph
graph:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:177
GraphRAG entity/relationship traversal. Default: true for moderate+.
memory
memory:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:181
Cognitive memory (episodic/semantic/procedural). Default: true for simple+.
multimodal
multimodal:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:183
Multimodal content (images/audio/video). Default: false unless modalities include non-text.
raptor
raptor:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:179
RAPTOR hierarchical summary tree. Default: true for moderate+.
vector
vector:
boolean
Defined in: packages/agentos/src/cognition/rag/unified/types.ts:173
Dense vector similarity search. Default: true for all strategies except 'none'.