570 Commits

Author SHA1 Message Date
Han Xiao
f1277dc2f9 Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch 2025-02-15 14:36:34 +08:00
Han Xiao
6d7d0b9e20 fix: optimize prompt 2025-02-15 14:36:16 +08:00
Han Xiao
45b65a87e0 fix: improve eval 2025-02-15 14:11:55 +08:00
Han Xiao
59191a7dfa
chore: fix readme 2025-02-15 14:04:24 +08:00
Han Xiao
686e6723b2 fix: improve eval 2025-02-15 12:44:32 +08:00
Han Xiao
13d38e304d fix: improve eval 2025-02-15 12:06:48 +08:00
Han Xiao
8e5367f9a8 fix: remove references tag in output 2025-02-14 21:33:00 +08:00
Yanlong Wang
db79e40896
jina-ai: store promptContext for future use 2025-02-14 20:35:03 +08:00
Han Xiao
63a9bb9fe2 fix: remove references tag in output 2025-02-14 14:05:14 +08:00
Han Xiao
013ad3574f
chore: add demo link 2025-02-14 13:26:59 +08:00
Yanlong Wang
715d81bf28
fix: upload size limit 2025-02-14 11:13:33 +08:00
Yanlong Wang
7743accfb3
jina-ai: fix promptContext check 2025-02-14 11:10:59 +08:00
Han Xiao
3b76e0b4d8
feat: add timestamp to the knowledge (#64) 2025-02-13 20:05:54 +08:00
yanlong.wang
507bc38546
jina-ai: fix cors 2025-02-13 18:06:58 +08:00
yanlong.wang
970167245e
jina-ai: saas features 2025-02-13 14:58:57 +08:00
Han Xiao
57deb26946
feat: add timestamp to the knowledge (#62)
* feat: add timestamp to the knowledge

* feat: add timestamp to the knowledge
2025-02-13 12:58:46 +08:00
Han Xiao
086bde514e
fix: emit stream (#61) 2025-02-13 12:33:37 +08:00
yanlong.wang
fa4dccc94d
jina-ai: fix account balance constraint 2025-02-13 11:08:29 +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>
v1.4.0
2025-02-13 00:33:58 +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
29fc4d9214 Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch 2025-02-12 21:11:03 +08:00
Han Xiao
8295a479e4 fix: broken markdown footnote 2025-02-12 21:10:39 +08:00
Yanlong Wang
44530a4760
llm-provider: google cloud vertex 2025-02-12 18:53:07 +08:00
Han Xiao
d4167e81d6 chore: add client integration guidelines 2025-02-12 16:24:47 +08:00
Han Xiao
46d69daf37 chore: add client integration guidelines 2025-02-12 16:20:41 +08:00
Han Xiao
1bae809e41 chore: add client integration guidelines 2025-02-12 16:11:21 +08:00
Han Xiao
cdb56cc80c Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch 2025-02-12 15:56:19 +08:00
Han Xiao
48f9863c59 feat: add official api 2025-02-12 15:56:00 +08:00
Yanlong Wang
f08976d9c0
jina-ai: fix token charge amount observation 2025-02-12 12:58:25 +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
49217e5ecd Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch 2025-02-12 11:21:04 +08:00
Han Xiao
41ee1812db fix: token tracking 2025-02-12 11:20:49 +08:00
Yanlong Wang
067fa1478f
jina-ai: fix build 2025-02-12 11:11:21 +08:00
Yanlong Wang
83144f8804
jina-ai: use brave for search 2025-02-12 10:48:10 +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
b352b239a7 fix: token tracker 2025-02-12 09:09:28 +08:00
Han Xiao
b773a27514 feat: improve prompt 2025-02-11 21:18:16 +08:00
Han Xiao
b819af4e57 fix: cap q eval in #57 2025-02-11 20:30:53 +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
Yanlong Wang
8af35c6640
jina-ai: billing for saas service (#55)
* wip: jina billing

* wip

* fix: build issues

* ci: cd gh action

* fix: make ci happy
2025-02-11 18:27:15 +08:00
Han Xiao
c4639a2e92 chore: update evals 2025-02-11 12:18:52 +08:00
Han Xiao
188f1bb640 chore: update readme 2025-02-11 11:04:31 +08:00
Han Xiao
30d529082e chore: update readme 2025-02-10 14:53:50 +08:00
Han Xiao
bde79bcb5d chore: update eval 2025-02-10 14:48:49 +08:00