Assets
Assets is the file manager that feeds the RAG Knowledge Base in Turing ES. Content managers and administrators use it to upload documents (PDFs, Word files, spreadsheets, and more) that are automatically indexed as vector embeddings and made available to AI Agents for semantic search. It is the bridge between your files and the Knowledge Base — everything uploaded here becomes part of what the AI can reference when answering questions.
The Assets section (/console/asset) is a file manager with built-in RAG training capabilities. It is available in the Management section of the sidebar and is only visible when MinIO is enabled.
Assets serves as the Knowledge Base for AI Agents — every file uploaded here can be indexed as vector embeddings and queried by the LLM via tool calling. For the conceptual overview of how this fits into the GenAI architecture, see Generative AI & LLM Configuration.
Assets and all RAG Knowledge Base features require MinIO to be configured. See MinIO Configuration at the bottom of this page.
Layout
The interface uses a resizable dual-panel layout:
- Left panel — file and folder listing with the action toolbar
- Right panel — inline preview of the selected file
A breadcrumb at the top of the left panel shows the current folder path and allows navigation to any parent level. A Root button returns to the top-level folder instantly.
File Table
The file listing displays the following columns:
| Column | Description |
|---|---|
| Name | File or folder name |
| Size | File size in human-readable format |
| Type | MIME type or folder indicator |
| Last Modified | Date and time of the last modification |
| AI | Training status — a checkmark indicates the file has been indexed as embeddings, with a tooltip showing the training timestamp |
| Actions | Per-row download and delete buttons |