LocalRecall

LocalRecall

Aplicación Docker from grtgbln's Repository

Visión general

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

Requisitos


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

        Requires a Postgres database for storing vector embeddings and metadata.
    

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:8080]/
Red
bridge
Privilegiado
false

Configuración de plantillas

Web UI PortPorttcp

Container Port: 8080

Objetivo
8080
Por defecto
8080
Valor
8080
Embedding ModelVariable

Embedding model.

Objetivo
EMBEDDING_MODEL
Por defecto
granite-embedding-107m-multilingual
Valor
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

Objetivo
OPENAI_BASE_URL
Por defecto
http://IP_ADDRESS:8080
Valor
http://IP_ADDRESS:8080
OpenAI API - KeyVariable

API key for the OpenAI-compatible API.

Objetivo
OPENAI_API_KEY
Database - URLVariable

Postgres database connection URL.

Objetivo
DATABASE_URL
Por defecto
postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
Valor
postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
Internal Collections Database PathVariable

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

Objetivo
COLLECTION_DB_PATH
Por defecto
/db
Valor
/db
Internal Assets PathVariable

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

Objetivo
FILE_ASSETS
Por defecto
/assets
Valor
/assets
Database PathPath

Path to the database directory for LocalRecall

Objetivo
/db
Por defecto
/mnt/user/appdata/local_recall/db
Valor
/mnt/user/appdata/local_recall/db
Assets PathPath

Path to the assets directory for LocalRecall

Objetivo
/assets
Por defecto
/mnt/user/appdata/local_recall/assets
Valor
/mnt/user/appdata/local_recall/assets
Vector EngineVariable

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

Objetivo
VECTOR_ENGINE
Por defecto
postgres
Valor
postgres
Hybrid Search - BM25 WeightVariable

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

Objetivo
HYBRID_SEARCH_BM25_WEIGHT
Por defecto
0.5
Valor
0.5
Hybrid Search - Vector WeightVariable

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

Objetivo
HYBRID_SEARCH_VECTOR_WEIGHT
Por defecto
0.5
Valor
0.5

Detalles

Repositorio
quay.io/mudler/localrecall:latest
Última actualización2026-06-01
Visto por primera vez2025-07-16

Ejecute LocalRecall en Unraid.

LocalRecall se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.