29 Commits

Author SHA1 Message Date
Han Xiao
d44cec6524 fix: improve json parsing resilience and disable gemini thinking
- add jsonrepair fallback for truncated LLM output
- disable gemini built-in thinking mode (thinkingBudget: 0)
- increase token limits for errorAnalyzer, queryRewriter, serpCluster
- switch production default to gemini-2.5-flash-lite
- fix normalizeHostName to handle wildcard patterns
2025-12-13 12:07:37 +01:00
Han Xiao
579fd95fff bump to 2.5 flash light 2025-10-06 20:26:17 +02:00
Han Xiao
44dae8efb3 feat: add serpCluster integration and schema 2025-06-17 17:43:31 -07:00
Han Xiao
1fef3c26d9 refactor: replace mdFixer with finalizer and reducer, add ngram script 2025-06-11 17:02:33 -07:00
Han Xiao
7965ce1167 refactor: remove searchGrounding config and related code 2025-06-11 15:35:53 -07:00
Han Xiao
3d10f25028 feat: add agentic team mapreduce pattern 2025-06-11 13:18:00 -07:00
Han Xiao
9edf122a8c refactor: logger 2025-06-10 11:48:19 -07:00
Han Xiao
10b084ce08 fix: remove model from mdFixer config in config.json 2025-06-09 18:04:11 -07:00
Han Xiao
78b2cbb2cf feat: add mdFixer tool config and update agent logic 2025-06-09 17:47:19 -07:00
Han Xiao
4b3ee0d9cd feat: add new files and updates 2025-04-22 18:46:40 +08:00
Han Xiao
8fa9aaa151 fix: gen obj retry 2025-03-20 09:56:21 +08:00
Han Xiao
2cf9061a39 fix: gen obj retry 2025-03-20 09:51:18 +08:00
Han Xiao
d73fc84e40 fix: gen obj retry 2025-03-20 09:38:46 +08:00
Han Xiao
b1d038faa9 fix: gen obj retry 2025-03-20 09:35:30 +08:00
Han Xiao
b213ddbce7 fix: up err model 2025-03-19 15:39:01 +08:00
Han Xiao
4b2b9774b4 Revert "perf: opt reranker"
This reverts commit e5d5fa44a86b9334bf811c3fc0fe8913a48bcc0d.
2025-03-19 15:36:55 +08:00
Han Xiao
e5d5fa44a8 perf: opt reranker 2025-03-18 14:12:47 +08:00
Han Xiao
51e8540b21 feat: add hostnames bw filter 2025-03-18 10:46:03 +08:00
Han Xiao
b0c07162dd fix: strict evaluator 2025-03-14 11:57:02 +08:00
Han Xiao
8df4df5b0a fix: url datetime guessing 2025-03-11 11:38:26 +08:00
Han Xiao
a986828ce4 feat: add url ranking 2025-03-04 16:55:47 +08:00
Han Xiao
c02588a92c feat: optimize prompt, coding, reflect 2025-02-24 13:16:18 +08:00
Han Xiao
528a6343e2 fix: overlength gen 2025-02-22 00:28:10 +08:00
yanlong.wang
36921f444c
jina-ai: minor fix 2025-02-20 13:59:09 +08:00
yanlong.wang
4decc9a750
search: introduce serper search provider 2025-02-20 13:49:16 +08:00
Han Xiao
f8aa2b1353 feat: add coding tools 2025-02-17 14:19:36 +08:00
Han Xiao
bd77535dd9
refactor: add safe obj generation (#60)
* fix: broken markdown footnote

* refactor: safe obj generation

* test: update token tracking assertions to match new implementation

Co-Authored-By: Han Xiao <han.xiao@jina.ai>

* refactor: safe obj generation

* chore: update readme

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-02-13 00:33:58 +08:00
Yanlong Wang
44530a4760
llm-provider: google cloud vertex 2025-02-12 18:53:07 +08:00
Yanlong Wang
83144f8804
jina-ai: use brave for search 2025-02-12 10:48:10 +08:00