3 Commits

Author SHA1 Message Date
joungmin
ab751d3605 feat: add APA citation field to enrichment output
Extend Gemini 2.5 Flash prompt to also extract APA 7th edition
citation string per result. Bump max_tokens 512 → 1024 to
accommodate the longer JSON response.
2026-02-28 06:58:22 +09:00
joungmin
3b1ffb122f feat: add Gemini 2.5 Flash enrichment to web_search results
Fetch full page content per result, then call Gemini 2.5 Flash
(via OCI GenAI) to extract: abstract, date, author, tags,
content_type, and uuid. Enrichment runs in parallel (ThreadPoolExecutor).
enrich=False flag available to skip for raw/fast results.
2026-02-28 06:47:34 +09:00
joungmin
6e4125c707 feat: searxng MCP server for self-hosted web search 2026-02-28 06:38:41 +09:00