文件最后提交记录最后更新时间
doc:update version in doc Co-authored-by: RyanYang51<yangruian@huawei.com> # message auto-generated for no-merge-commit merge: !203 doc:update version in doc From: @zp23331 Reviewed-by: @RyanYang51, @wanghanru See merge request: openJiuwen/deepsearch!20314 天前
doc: 安装部署文档更新 Co-authored-by: zhengpeng<zhengpeng47@huawei.com> # message auto-generated for no-merge-commit merge: !159 doc: 安装部署文档更新 From: @zp23331 Reviewed-by: @RyanYang51, @wanghanru See merge request: openJiuwen/deepsearch!1591 个月前
doc:update version in doc Co-authored-by: RyanYang51<yangruian@huawei.com> # message auto-generated for no-merge-commit merge: !203 doc:update version in doc From: @zp23331 Reviewed-by: @RyanYang51, @wanghanru See merge request: openJiuwen/deepsearch!20314 天前
doc:update version in doc Co-authored-by: RyanYang51<yangruian@huawei.com> # message auto-generated for no-merge-commit merge: !203 doc:update version in doc From: @zp23331 Reviewed-by: @RyanYang51, @wanghanru See merge request: openJiuwen/deepsearch!20314 天前
README.md

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’ .env files: (1) Studio DEEPSEARCH_AGENT_HOST = DeepSearch HOST; (2) Studio DEEPSEARCH_AGENT_PORT = DeepSearch BACKEND_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”.