You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-01-03T13:00:19.509576Z WARN qdrant::settings: Config file not found: config/config
2025-01-03T13:00:19.509707Z WARN qdrant::settings: Config file not found: config/development
2025-01-03T13:00:19.510260Z INFO storage::content_manager::consensus::persistent: Loading raft state from ./storage\raft_state.json
2025-01-03T13:00:19.529244Z INFO qdrant: Distributed mode disabled
2025-01-03T13:00:19.529760Z INFO qdrant: Telemetry reporting enabled, id: cb0649c6-a408-4f41-8bfd-11468cbf9670
2025-01-03T13:00:19.530242Z INFO qdrant: Inference service is not configured.
2025-01-03T13:00:19.540566Z WARN qdrant::actix::web_ui: Static content folder for Web UI './static' does not exist
2025-01-03T13:00:19.542174Z INFO qdrant::actix: TLS disabled for REST API
2025-01-03T13:00:19.567670Z INFO qdrant::actix: Qdrant HTTP listening on 6333
2025-01-03T13:00:19.572698Z INFO qdrant::tonic: Qdrant gRPC listening on 6334
2025-01-03T13:00:19.576644Z INFO qdrant::tonic: TLS disabled for gRPC API
2025-01-03T13:00:19.576485Z INFO actix_server::builder: Starting 3 workers
2025-01-03T13:00:19.583743Z INFO actix_server::server: Actix runtime found; starting in Actix runtime
Typing: http://localhost:6333/dashboard does not open the page
and an entry appears in the console:
2025-01-03T13:02:12.128621Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /dashboard HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" 0.000139
Confirm that you have followed the installation instructions in the project’s documentation.
Check that you are using the latest version of the project.
Verify disk space availability for model storage and data processing.
Ensure that you have the necessary permissions to run the project.
NVIDIA GPU Setup Checklist
Check that the all CUDA dependencies are installed and are compatible with your GPU (refer to CUDA's documentation)
Ensure an NVIDIA GPU is installed and recognized by the system (run nvidia-smi to verify).
Ensure proper permissions are set for accessing GPU resources.
Docker users - Verify that the NVIDIA Container Toolkit is configured correctly (e.g. run sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi)
The text was updated successfully, but these errors were encountered:
Pre-check
Description
The WebUI interface does not work on Windows. After launching the application, the console displays:
Version: 1.12.5, build: 27260abd
Access web UI at http://localhost:6333/dashboard
2025-01-03T13:00:19.509576Z WARN qdrant::settings: Config file not found: config/config
2025-01-03T13:00:19.509707Z WARN qdrant::settings: Config file not found: config/development
2025-01-03T13:00:19.510260Z INFO storage::content_manager::consensus::persistent: Loading raft state from ./storage\raft_state.json
2025-01-03T13:00:19.529244Z INFO qdrant: Distributed mode disabled
2025-01-03T13:00:19.529760Z INFO qdrant: Telemetry reporting enabled, id: cb0649c6-a408-4f41-8bfd-11468cbf9670
2025-01-03T13:00:19.530242Z INFO qdrant: Inference service is not configured.
2025-01-03T13:00:19.540566Z WARN qdrant::actix::web_ui: Static content folder for Web UI './static' does not exist
2025-01-03T13:00:19.542174Z INFO qdrant::actix: TLS disabled for REST API
2025-01-03T13:00:19.567670Z INFO qdrant::actix: Qdrant HTTP listening on 6333
2025-01-03T13:00:19.572698Z INFO qdrant::tonic: Qdrant gRPC listening on 6334
2025-01-03T13:00:19.576644Z INFO qdrant::tonic: TLS disabled for gRPC API
2025-01-03T13:00:19.576485Z INFO actix_server::builder: Starting 3 workers
2025-01-03T13:00:19.583743Z INFO actix_server::server: Actix runtime found; starting in Actix runtime
Typing: http://localhost:6333/dashboard does not open the page
and an entry appears in the console:
2025-01-03T13:02:12.128621Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /dashboard HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" 0.000139
Steps to Reproduce
Expected Behavior
dashboard opens
Actual Behavior
does not open page in browser http://localhost:6333/dashboard
Environment
Windows 10 x64 and Windows 11 x64
Additional Information
No response
Version
latest
Setup Checklist
NVIDIA GPU Setup Checklist
nvidia-smi
to verify).sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi
)The text was updated successfully, but these errors were encountered: