RAG Vector Store Browser
This read-only feature helps the administrator inspect the chunks and metadata actually indexed in the RAG vector store, without needing direct database access.
This menu entry only appears under Administration > Utilities > AI when the chatbot (RAG) feature is enabled.
Check RAG Vector Store
- Fill in the Node uuid or search words field:
- A value in UUID format lists all the chunks indexed for that node, in chunk order.
- Any other text runs a plain substring search across all indexed content (not a semantic search), capped to 50 results.
- Click the Search button.
Each result is shown as a card with a link to the source node, the chunk's raw indexed content (matches highlighted when searching by words), and a collapsible Metadata section with the key/value pairs stored for that chunk.
If a UUID lookup returns no chunks, the node was either never indexed, the RAG feed failed, or it hasn't been text-extracted yet.