How does Alex OS use RAG?
Alex OS answers questions about this site by retrieving from the site's own content rather than from model memory. Published CMS content is chunked and embedded into a pgvector store; a question is embedded the same way, matched against those vectors, filtered by a per-mode relevance floor, and the surviving passages are passed to the language model as the only source it is allowed to answer from.
Last verified
AnswerJuly 28, 2026