14 Commits

Author SHA1 Message Date
Daniel O'Connell
53f97485c2 Calendar view 2026-01-01 21:45:06 +01:00
Daniel O'Connell
9cf71c9336 exclude stuff 2025-12-29 17:15:05 +01:00
Daniel O'Connell
849f03877a google docs + frontend 2025-12-29 15:01:45 +01:00
7e1770f384 Enable query analysis by default (runs in parallel with HyDE)
Query analysis and HyDE are both LLM-based operations that run in
parallel via asyncio.gather, so enabling query analysis adds no
extra latency when HyDE is also enabled.

Query analysis provides:
- Modality detection from query content
- Query cleaning and reformulation
- Query variants for better recall

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 16:29:28 +00:00
f9e9ad5f4b Fix search enhancement UI to show actual server defaults
Initialize checkboxes to match server defaults (BM25, HyDE, Reranking
enabled; Query Analysis disabled) so the UI accurately reflects what
the server is actually doing. Previously showed all as unchecked which
was confusing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 16:22:22 +00:00
1c621e53fc Add search enhancement options to frontend
- Add collapsible "Search Enhancements" section with toggles for:
  - BM25 (keyword search)
  - HyDE (hypothetical document expansion)
  - Reranking (cross-encoder)
  - Query Analysis (LLM-based)
- Update SearchConfig type to include new options
- Add CSS styling for the enhancement options panel

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 16:18:04 +00:00
Daniel O'Connell
387bd962e6 more improvements 2025-06-28 22:14:14 +02:00
Daniel O'Connell
1276b83ffb render comics 2025-06-28 19:42:24 +00:00
Daniel O'Connell
8eb6374cac second pass in search 2025-06-28 20:59:15 +02:00
Daniel O'Connell
06eec621c1 shuffle around search 2025-06-28 04:33:27 +02:00
EC2 Default User
8855e8715a better search 2025-06-25 23:43:14 +00:00
Daniel O'Connell
3e4e5872d1 search filters 2025-06-10 12:16:54 +02:00
Daniel O'Connell
780e27ba04 better emails embedding + format search results 2025-06-09 13:51:58 +02:00
Daniel O'Connell
d73c5bc928 add frontend 2025-06-09 00:36:10 +02:00