51 Commits

Author SHA1 Message Date
Han Xiao
7eedb561a3 feat: add hostnames bw filter 2025-03-18 11:32:29 +08:00
Han Xiao
4ca7804e58 feat: add hostnames bw filter 2025-03-18 10:43:46 +08:00
Han Xiao
64098a2992 feat: add api args 2025-03-14 16:59:07 +08:00
Han Xiao
ad2aa7f6e6 feat: add api args 2025-03-14 16:08:11 +08:00
Han Xiao
f742478d15 feat: add num urls 2025-03-14 13:41:29 +08:00
Han Xiao
c9a51bb403 fix: fallback genobj 2025-03-14 13:22:17 +08:00
Han Xiao
4d76f146d0 feat: late chunking 2025-03-12 15:13:32 +08:00
Han Xiao
e10419ee78 Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch 2025-03-12 14:07:20 +08:00
Han Xiao
013056f218 feat: late chunking 2025-03-12 14:07:11 +08:00
Sha Zhou
0bbc42e73c
fix: filter out the empty assistant message (#82) 2025-03-12 10:54:38 +08:00
Sha Zhou
043fa8d0cd
fix: message type compatibility issues (#80)
* fix: message type compatibility issues

* fix
2025-03-10 12:08:03 +08:00
Han Xiao
43e22cbd8d fix: url datetime guessing 2025-03-07 16:25:05 +08:00
Han Xiao
ebec1bc713 feat: add json schema support 2025-03-03 10:58:00 +08:00
Han Xiao
7c035f59c5 feat: add json schema support 2025-03-03 10:51:03 +08:00
Han Xiao
4cedd57fcc feat: add api params 2025-02-26 15:34:54 +08:00
Han Xiao
cf403302a9 refactor: schemas 2025-02-25 15:56:16 +08:00
Han Xiao
ad7e524554 fix: multi-aspect 2025-02-25 11:12:33 +08:00
Han Xiao
c02588a92c feat: optimize prompt, coding, reflect 2025-02-24 13:16:18 +08:00
Han Xiao
7ec22a23d1 fix: streaming 2025-02-22 16:06:41 +08:00
Han Xiao
86fb712b7b fix: streaming 2025-02-22 12:37:24 +08:00
Han Xiao
a85eb82936 fix: streaming 2025-02-22 12:37:11 +08:00
Han Xiao
2b1217e7b3 fix: dead loop bad urls 2025-02-21 21:40:46 +08:00
Han Xiao
0a0c48adf7 fix: bad perf of follow-up 2025-02-20 19:27:24 +08:00
Han Xiao
8b2f07336f fix: bad perf of follow-up 2025-02-20 19:09:02 +08:00
Han Xiao
bb57e3f79f fix: footnote 2025-02-20 15:43:31 +08:00
Han Xiao
ff5c6f142c fix: references gen 2025-02-18 14:54:54 +08:00
Han Xiao
4b38781cd8 fix: references gen 2025-02-18 14:51:57 +08:00
Han Xiao
acb05dbeee fix: streaming and query gen 2025-02-18 13:47:37 +08:00
Han Xiao
840913c898 fix: chinese references and duplicate eval 2025-02-18 11:04:25 +08:00
Han Xiao
b487563882 fix: optimize prompt 2025-02-17 10:06:24 +08:00
Han Xiao
5784c94e79 fix: optimize prompt 2025-02-15 15:29:18 +08:00
Han Xiao
8bd5d37d6d fix: optimize prompt 2025-02-15 15:20:23 +08:00
Han Xiao
686e6723b2 fix: improve eval 2025-02-15 12:44:32 +08:00
Han Xiao
8e5367f9a8 fix: remove references tag in output 2025-02-14 21:33:00 +08:00
Han Xiao
63a9bb9fe2 fix: remove references tag in output 2025-02-14 14:05:14 +08:00
Yanlong Wang
715d81bf28
fix: upload size limit 2025-02-14 11:13:33 +08:00
Han Xiao
086bde514e
fix: emit stream (#61) 2025-02-13 12:33:37 +08:00
Han Xiao
08c1dd04ca fix: broken markdown footnote 2025-02-12 22:02:49 +08:00
Han Xiao
ee4213111c fix: try catch in evaluator 2025-02-12 21:47:42 +08:00
Han Xiao
8295a479e4 fix: broken markdown footnote 2025-02-12 21:10:39 +08:00
Han Xiao
16a2f60fec feat: support history messages 2025-02-12 12:42:51 +08:00
Han Xiao
57fb65d0c6 fix: token tracking 2025-02-12 11:55:52 +08:00
Han Xiao
41ee1812db fix: token tracking 2025-02-12 11:20:49 +08:00
Han Xiao
ff59d20dce fix: token tracking 2025-02-12 10:14:00 +08:00
Han Xiao
959595f971 fix: streaming msg 2025-02-12 10:05:32 +08:00
Han Xiao
45bb105ad5 fix: streaming msg 2025-02-12 09:55:17 +08:00
Han Xiao
bdf03ef978 fix: streaming msg 2025-02-12 09:36:22 +08:00
Han Xiao
c8a68a043f fix: streaming msg 2025-02-12 09:30:31 +08:00
Han Xiao
b773a27514 feat: improve prompt 2025-02-11 21:18:16 +08:00
devin-ai-integration[bot]
2efae96073
fix: update evaluator tests to use proper AnswerAction type (#58)
* fix: update evaluator tests to use proper AnswerAction type

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

* fix: increase token budget and mock external calls in agent test

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

* test: add Docker build and container tests

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

* feat: add health check endpoint for Docker container verification

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

* chore: add Docker test script to package.json

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

* ci: add Docker test step to CI workflow

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

* fix: remove unused stdout variable in docker test

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

close #53 

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <han.xiao@jina.ai>
2025-02-11 19:54:27 +08:00