10 Commits

Author SHA1 Message Date
7d70169ee3 reworked document adding and most of the project 2026-03-25 08:57:10 +01:00
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
4879439f27 switched ollama model, added script to add pdfs to the vector store, tuned RAG parameters 2026-02-11 15:21:26 +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
205e348be0 minor readme change 2026-02-03 10:58:41 +01:00
3fd6b8dd0d - added three iwm articles as test data
- added simple webview and FastAPI server
2026-02-03 10:57:05 +01:00
b1405f3b84 test RAG with local Ollama models
initial commit
2026-01-26 19:49:02 +01:00