diff --git a/README.md b/README.md index 6ef9f41..92b25a4 100644 --- a/README.md +++ b/README.md @@ -249,11 +249,13 @@ Next step: [Start services and run AgenticSeek](#Start-services-and-Run) By default AgenticSeek is run fully in docker. +**Option 1:** Run in Docker, use web interface: + Start required services. This will start all services from the docker-compose.yml, including: - searxng - redis (required by searxng) - frontend - - backend (if using `full`) + - backend (if using `full` when using the web interface) ```sh ./start_services.sh full # MacOS @@ -266,7 +268,7 @@ Go to `http://localhost:3000/` and you should see the web interface. *Troubleshooting service start:* If these scripts fail, ensure Docker Engine is running and Docker Compose (V2, `docker compose`) is correctly installed. Check the output in the terminal for error messages. See [FAQ: Help! I get an error when running AgenticSeek or its scripts.](#faq-troubleshooting) -**Optional:** Run on host (CLI mode): +**Option 2:** CLI mode: To run with CLI interface you would have to install package on host: @@ -275,7 +277,10 @@ To run with CLI interface you would have to install package on host: ./install.bat # windows ``` -Start services: +Start required services. This will start some services from the docker-compose.yml, including: + - searxng + - redis (required by searxng) + - frontend ```sh ./start_services.sh # MacOS @@ -375,7 +380,7 @@ Set the `provider_server_address` to the ip address of the machine that will run is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` diff --git a/README_CHS.md b/README_CHS.md index db21edf..9c5b428 100644 --- a/README_CHS.md +++ b/README_CHS.md @@ -331,7 +331,7 @@ python3 app.py --provider ollama --port 3333 is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` 下一步:[启动服务并运行 AgenticSeek](#Start-services-and-Run) diff --git a/README_CHT.md b/README_CHT.md index 40f1825..9dd5701 100644 --- a/README_CHT.md +++ b/README_CHT.md @@ -327,7 +327,7 @@ python3 app.py --provider ollama --port 3333 is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` 下一步:[啟動服務並運行 AgenticSeek](#Start-services-and-Run) diff --git a/README_ES.md b/README_ES.md index a971300..24cf4b2 100644 --- a/README_ES.md +++ b/README_ES.md @@ -329,7 +329,7 @@ Establece `provider_server_address` a la dirección IP de la máquina que ejecut is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` Siguiente paso: [Iniciar servicios y ejecutar AgenticSeek](#Iniciar-servicios-y-ejecutar) diff --git a/README_FR.md b/README_FR.md index 958ad21..0c8370f 100644 --- a/README_FR.md +++ b/README_FR.md @@ -331,7 +331,7 @@ Mettez `provider_server_address` à l’adresse IP de la machine qui exécute le is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` Étape suivante : [Démarrer les services et lancer AgenticSeek](#Start-services-and-Run) diff --git a/README_JP.md b/README_JP.md index 0c4ebc0..005c90b 100644 --- a/README_JP.md +++ b/README_JP.md @@ -329,7 +329,7 @@ LLMサービスは`ollama`または`llamacpp`から選択可能です。 is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` 次のステップ: [サービスの起動とAgenticSeekの実行](#Start-services-and-Run) diff --git a/README_PTBR.md b/README_PTBR.md index 0398ab1..07727d3 100644 --- a/README_PTBR.md +++ b/README_PTBR.md @@ -331,7 +331,7 @@ Defina `provider_server_address` para o IP da máquina que rodará o modelo. is_local = False provider_name = server provider_model = deepseek-r1:70b -provider_server_address = x.x.x.x:3333 +provider_server_address = http://x.x.x.x:3333 ``` Próximo passo: [Inicie os serviços e rode o AgenticSeek](#Start-services-and-Run)