mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: improve prompting
This commit is contained in:
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="
|
||||
|
||||
Reference in New Issue
Block a user