Stored context
Each point combines an embedding with payload metadata such as organization, document/source identity, source type, chunk content, and FAQ answer fields. Search always needs an organization filter so one tenant’s knowledge cannot appear in another tenant’s prompt.Retrieval modes
- Knowledge
- FAQ fast path
The
knowledge_retrieval tool requests the top relevant chunks, limited by RAG_TOP_K, and returns their text and metadata to the model.Model changes
Vector collections have a fixed dimension. Defaults in source include 1024 for Bedrock Titan v2, 768 for Ollamanomic-embed-text, 384 for Hugging Face MiniLM, and 1536 for OpenAI text-embedding-3-small; configuration can override these.
Use the agent’s inspect:vectors, debug:qdrant, and reset:vectors scripts for controlled diagnostics. Resetting vectors is destructive and must be followed by reindexing.