mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Set API keys in docker-compose.yml to enable web search, scrape tools
This commit is contained in:
parent
d6eece63f4
commit
4a7f5d1abe
1 changed files with 12 additions and 0 deletions
|
@ -60,6 +60,18 @@ services:
|
|||
# - GEMINI_API_KEY=your_gemini_api_key
|
||||
# - ANTHROPIC_API_KEY=your_anthropic_api_key
|
||||
#
|
||||
# Uncomment appropriate lines below to enable web results with Khoj
|
||||
# Ensure you set your provider specific API keys.
|
||||
# ---
|
||||
# Free, Slower API. Does both web search and webpage read. Get API key from https://jina.ai/
|
||||
# - JINA_API_KEY=you_jina_api_key
|
||||
# Paid, Fast API. Only does web search. Get API key from https://serper.dev/
|
||||
# - SERPER_DEV_API_KEY=your_serper_dev_api_key
|
||||
# Paid, Fast, Open API. Only does webpage read. Get API key from https://firecrawl.dev/
|
||||
# - FIRECRAWL_API_KEY=your_firecrawl_api_key
|
||||
# Paid, Fast, Higher Read Success API. Only does webpage read. Get API key from https://olostep.com/
|
||||
# - OLOSTEP_API_KEY=your_olostep_api_key
|
||||
#
|
||||
# Uncomment the necessary lines below to make your instance publicly accessible.
|
||||
# Replace the KHOJ_DOMAIN with either your domain or IP address (no http/https prefix).
|
||||
# Proceed with caution, especially if you are using anonymous mode.
|
||||
|
|
Loading…
Reference in a new issue