This guide covers installing the DeepSearch Full Edition, which has two parts:
- Studio: Web UI and backend management services.
- DeepSearch SDK: DeepSearch SDK backend service.
Two installation approaches:
- Docker: Best for quick deployment and trying the product; dependencies are containerized.
- Local install: Best for developers, contributors, or custom builds; you install dependencies manually for debugging and changes.
Docker installation
OS-specific guides to start Studio and DeepSearch SDK together:
Local manual installation
Manual full-edition setup requires installing dependencies, fetching source, and installing both Studio and DeepSearch SDK.
Note:
- You must install both Studio and DeepSearch SDK.
- If you only need the DeepSearch service, optional Studio parts can be skipped.
- Keep these aligned across both projects’
.envfiles: (1) StudioDEEPSEARCH_AGENT_HOST= DeepSearchHOST; (2) StudioDEEPSEARCH_AGENT_PORT= DeepSearchBACKEND_PORT.
Manual install guides by OS:
- Windows
- Studio: see section “Method 2: Full manual installation”.
- DeepSearch SDK: see section “Method 2: Full manual installation”.
- Linux
- Studio: see section “Method 2: Full manual installation”.
- DeepSearch SDK: see section “Method 2: Full manual installation”.
- macOS
- Studio: see section “Method 2: Full manual installation”.
- DeepSearch SDK: see section “Method 2: Full manual installation”.