695 B
695 B
RAG Knowledge Hub
Problem
Technical knowledge about personal infrastructure is scattered across config files, chat history, and stale documentation.
Instructions
- Data Collection: Crawl your
/etc/,/opt/, and project directories for configuration files (.yaml,.conf,.md). - Embedding: Use an embedding pipeline to vectorize this knowledge.
- Retrieval: Set up a web interface or terminal bot that allows querying your "Second Brain".
- Sync Mechanism: Create a task that updates the vector database whenever a config file is modified (using
inotifyorgit hooks).
Goal
Create an infrastructure-aware assistant that knows your setup intimately.