Add knowledge base RAG module for book Q&A

- Create knowledge.py handler with dynamic book selection
- Support list/select/query actions for multiple books
- Implement vector search with cosine similarity
- Add knowledge detection to AI parser config
- Cache embeddings per-book for performance
This commit is contained in:
2026-02-16 11:20:22 -06:00
parent 362716e093
commit 0f270dbba2
3 changed files with 326 additions and 21 deletions

File diff suppressed because one or more lines are too long