Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to install and configure II-Researcher?

2025-08-27 1.3 K

The following steps need to be followed to install II-Researcher:

1. Cloning the code base:

git clone https://github.com/Intelligent-Internet/ii-researcher.git
cd ii-researcher

2. Installation of dependencies:

pip install -e .

3. Configure environment variables:Multiple API keys and parameters need to be set

export OPENAI_API_KEY="your-openai-api-key"
export TAVILY_API_KEY="your-tavily-api-key"
export SEARCH_PROVIDER="tavily"
export SCRAPER_PROVIDER="firecrawl"

Optional Configurations(for compression or reasoning):

export USE_LLM_COMPRESSOR="TRUE"
export FAST_LLM="gemini-lite"
export STRATEGIC_LLM="gpt-4o"
export R_TEMPERATURE="0.2"

It can also be deployed using Docker to run commands:

docker compose up --build -d

The services will run at the following addresses respectively:

  • Front end: http://localhost:3000
  • Backend API: http://localhost:8000
  • LiteLLM: http://localhost:4000

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish