-
-
Notifications
You must be signed in to change notification settings - Fork 120
2.3.45 Satellite Local Deep Research
av edited this page May 10, 2025
·
3 revisions
Handle:
ldr
URL: http://localhost:34441
Local Deep Research is an AI-powered assistant that transforms complex questions into comprehensive, cited reports by conducting iterative analysis using any LLM across diverse knowledge sources including academic databases, scientific repositories, web content, and private document collections.
# [Optional] pre-pull the image (~7GB)
harbor pull ldr
# It makes little sense to run ldr without a
# search engine such as SearXNG
harbor up ldr searxng
# Open in your browser
harbor open ldr
See official Docker Conofiguration guide for reference.
Following options can be set via harbor config
:
# Port on the host where the metamcp service will be available
LDR_HOST_PORT 34441
# Location on the host where servive data will be stored
# Should be either relative to $(harbor home) or absolute
LDR_WORKSPACE ./ldr/data
# Docker image to use for this service
LDR_IMAGE localdeepresearch/local-deep-research
# Docker tag to use for this service
# Should be one of the tags for the image above
LDR_VERSION latest