mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
Update README.md
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
|
## DeepResearch
|
||||||
|
|
||||||
|
Keep searching and reading webpages until finding the answer (or exceeding the token budget).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
We use gemini for llm, brave for search, jina reader for reading a webpage.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export GOOGLE_API_KEY=... # ask han
|
export GOOGLE_API_KEY=... # ask han
|
||||||
export BRAVE_API_KEY=... # brave provide free key, ask han
|
export BRAVE_API_KEY=... # brave provide free key, ask han
|
||||||
export JINA_API_KEY=jina_... # get from jina.ai
|
export JINA_API_KEY=jina_... # get from jina.ai
|
||||||
|
|
||||||
|
git clone https://github.com/jina-ai/node-DeepResearch.git
|
||||||
|
cd node-DeepResearch
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user