Update repo structure with detailed project docs

This commit is contained in:
Luna
2026-04-02 18:52:22 +02:00
parent d4f3d93b26
commit 8ff9b20417
5 changed files with 58 additions and 9 deletions

13
rag-hub.md Normal file
View File

@@ -0,0 +1,13 @@
# RAG Knowledge Hub
## Problem
Technical knowledge about personal infrastructure is scattered across config files, chat history, and stale documentation.
## Instructions
1. **Data Collection:** Crawl your , , and project directories for configuration files (, , ).
2. **Embedding:** Use an embedding pipeline to vectorize this knowledge.
3. **Retrieval:** Set up a web interface or terminal bot that allows querying your "Second Brain".
4. **Sync Mechanism:** Create a task that updates the vector database whenever a config file is modified (using or ).
## Goal
Create an infrastructure-aware assistant that knows your setup intimately.