LocalRecall

LocalRecall

Docker 应用程序 from grtgbln's Repository

概述

A lightweight, no-frills RESTful API designed for managing knowledge bases and files stored in vector databases—no GPU, internet, or cloud services required!

要求


        Works best with a separate LocalAI instance or OpenAI-compatible API for AI capabilities.
        

        Requires a Postgres database for storing vector embeddings and metadata.
    

运行时参数

网络用户界面
http://[IP]:[PORT:8080]/
网络
bridge
特权
false

模板配置

Web UI PortPorttcp

Container Port: 8080

目标
8080
默认值
8080
价值
8080
Embedding ModelVariable

Embedding model.

目标
EMBEDDING_MODEL
默认值
granite-embedding-107m-multilingual
价值
granite-embedding-107m-multilingual
OpenAI API - Base URLVariable

Base URL for the OpenAI-compatible API. If using LocalAI on the same machine, set to http://IP_ADDRESS:8080

目标
OPENAI_BASE_URL
默认值
http://IP_ADDRESS:8080
价值
http://IP_ADDRESS:8080
OpenAI API - KeyVariable

API key for the OpenAI-compatible API.

目标
OPENAI_API_KEY
Database - URLVariable

Postgres database connection URL.

目标
DATABASE_URL
默认值
postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
价值
postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
Internal Collections Database PathVariable

Internal path to the collections database. Not recommended to change.

目标
COLLECTION_DB_PATH
默认值
/db
价值
/db
Internal Assets PathVariable

Internal path to the assets directory. Not recommended to change.

目标
FILE_ASSETS
默认值
/assets
价值
/assets
Database PathPath

Path to the database directory for LocalRecall

目标
/db
默认值
/mnt/user/appdata/local_recall/db
价值
/mnt/user/appdata/local_recall/db
Assets PathPath

Path to the assets directory for LocalRecall

目标
/assets
默认值
/mnt/user/appdata/local_recall/assets
价值
/mnt/user/appdata/local_recall/assets
Vector EngineVariable

Vector database engine to use. Currently only 'postgres' is supported.

目标
VECTOR_ENGINE
默认值
postgres
价值
postgres
Hybrid Search - BM25 WeightVariable

Weight for BM25 in hybrid search (0.0 to 1.0).

目标
HYBRID_SEARCH_BM25_WEIGHT
默认值
0.5
价值
0.5
Hybrid Search - Vector WeightVariable

Weight for vector search in hybrid search (0.0 to 1.0).

目标
HYBRID_SEARCH_VECTOR_WEIGHT
默认值
0.5
价值
0.5

详细信息

存储库
quay.io/mudler/localrecall:latest
最后更新2026-06-02
初见2025-07-16

在Unraid 上运行 LocalRecall 。

LocalRecall 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。