feat(gui): Implement RAG Settings panel in AI Settings

This commit is contained in:
2026-05-04 11:22:06 -04:00
parent a9ca5ad781
commit f57e2fe4f0
7 changed files with 74 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ This file tracks all major tracks for the project. Each track has its own detail
### Architecture & Backend
1. [ ] **Track: RAG Support**
1. [~] **Track: RAG Support**
*Link: [./tracks/rag_support_20260308/](./tracks/rag_support_20260308/)*
*Goal: Add support for RAG (Retrieval-Augmented Generation) using local vector stores (Chroma/Qdrant), native vendor retrieval, and external RAG APIs. Implement indexing pipeline and retrieval UI.*