LocalRecall
Aplicación Docker from grtgbln's Repository
Visión general
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
Container Port: 8080
- Objetivo
- 8080
- Por defecto
- 8080
- Valor
- 8080
Embedding model.
- Objetivo
- EMBEDDING_MODEL
- Por defecto
- granite-embedding-107m-multilingual
- Valor
- granite-embedding-107m-multilingual
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
API key for the OpenAI-compatible API.
- Objetivo
- OPENAI_API_KEY
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 path to the collections database. Not recommended to change.
- Objetivo
- COLLECTION_DB_PATH
- Por defecto
- /db
- Valor
- /db
Internal path to the assets directory. Not recommended to change.
- Objetivo
- FILE_ASSETS
- Por defecto
- /assets
- Valor
- /assets
Path to the database directory for LocalRecall
- Objetivo
- /db
- Por defecto
- /mnt/user/appdata/local_recall/db
- Valor
- /mnt/user/appdata/local_recall/db
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 database engine to use. Currently only 'postgres' is supported.
- Objetivo
- VECTOR_ENGINE
- Por defecto
- postgres
- Valor
- postgres
Weight for BM25 in hybrid search (0.0 to 1.0).
- Objetivo
- HYBRID_SEARCH_BM25_WEIGHT
- Por defecto
- 0.5
- Valor
- 0.5
Weight for vector search in hybrid search (0.0 to 1.0).
- Objetivo
- HYBRID_SEARCH_VECTOR_WEIGHT
- Por defecto
- 0.5
- Valor
- 0.5
Categorías
Detalles
quay.io/mudler/localrecall:latestEjecute 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.