mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: improve prompting
This commit is contained in:
parent
2306bd3a9e
commit
fd6623b9dc
36
README.md
36
README.md
@ -17,23 +17,6 @@ cd node-DeepResearch
|
||||
npm install
|
||||
```
|
||||
|
||||
## Demo
|
||||
Query: `"what is the latest blog post's title from jina ai?"`
|
||||
> 3 steps; answer is correct!
|
||||

|
||||
|
||||
Query: `"what is the context length of readerlm-v2?"`
|
||||
> 2 steps; answer is correct!
|
||||

|
||||
|
||||
Query: `"list all employees from jina ai that u can find, as many as possible"`
|
||||
> 11 steps; partially correct, but im not in the list :(
|
||||

|
||||
|
||||
Query: `"who will be the biggest competitor of Jina AI"`
|
||||
> 42 steps; future prediction kind, so it's arguably correct.
|
||||

|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
@ -41,6 +24,25 @@ Query: `"who will be the biggest competitor of Jina AI"`
|
||||
npm run dev $QUERY
|
||||
```
|
||||
|
||||
## Demo
|
||||
Query: `"what is the latest blog post's title from jina ai?"`
|
||||
3 steps; answer is correct!
|
||||

|
||||
|
||||
Query: `"what is the context length of readerlm-v2?"`
|
||||
2 steps; answer is correct!
|
||||

|
||||
|
||||
Query: `"list all employees from jina ai that u can find, as many as possible"`
|
||||
11 steps; partially correct, but im not in the list :(
|
||||

|
||||
|
||||
Query: `"who will be the biggest competitor of Jina AI"`
|
||||
42 steps; future prediction kind, so it's arguably correct.
|
||||

|
||||
|
||||
More examples:
|
||||
|
||||
```
|
||||
# example: no tool calling
|
||||
npm run dev "1+1="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user