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.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
mcp[cli]>=1.0.0
|
||||
httpx>=0.27.0
|
||||
python-dotenv>=1.0.0
|
||||
oci>=2.100.0
|
||||
|
||||
Reference in New Issue
Block a user