6 Commits

Author SHA1 Message Date
08610e0b64 updated parameters and retrieval prompt to massively improve query quality 2026-02-19 15:36:32 +01:00
9abda1d867 Add LLM provider switch, markdown chat UI, and update README
- Dual RAG instances (Ollama + OpenAI) for on-the-fly provider switching
- Provider dropdown in chat UI, /api/providers endpoint
- Markdown rendering for assistant responses
- Server logs include provider and model name for each LLM response
- README: OpenAI setup, add_pdfs, API docs, provider switch

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 16:09:42 +01:00
650f73a74b added OpenAI support and markdown in the chat window 2026-02-11 15:58:34 +01:00
4364ddcd71 added a script to add all documents (IWM articles) from a local folder. won't work on other machines 2026-02-04 15:31:24 +01:00
62dc69374a added logging of RAG chunks for debugging 2026-02-03 11:44:11 +01:00
3fd6b8dd0d - added three iwm articles as test data
- added simple webview and FastAPI server
2026-02-03 10:57:05 +01:00