LocalRecall
Application Docker from grtgbln's Repository
Vue d'ensemble
Exigences
Works best with a separate LocalAI instance or OpenAI-compatible API for AI capabilities.
Requires a Postgres database for storing vector embeddings and metadata.
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:8080]/- Réseau
bridge- Privilégié
- false
Configuration du modèle
Container Port: 8080
- Cible
- 8080
- Défaut
- 8080
- Valeur
- 8080
Embedding model.
- Cible
- EMBEDDING_MODEL
- Défaut
- granite-embedding-107m-multilingual
- Valeur
- granite-embedding-107m-multilingual
Base URL for the OpenAI-compatible API. If using LocalAI on the same machine, set to http://IP_ADDRESS:8080
- Cible
- OPENAI_BASE_URL
- Défaut
- http://IP_ADDRESS:8080
- Valeur
- http://IP_ADDRESS:8080
API key for the OpenAI-compatible API.
- Cible
- OPENAI_API_KEY
Postgres database connection URL.
- Cible
- DATABASE_URL
- Défaut
- postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
- Valeur
- postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
Internal path to the collections database. Not recommended to change.
- Cible
- COLLECTION_DB_PATH
- Défaut
- /db
- Valeur
- /db
Internal path to the assets directory. Not recommended to change.
- Cible
- FILE_ASSETS
- Défaut
- /assets
- Valeur
- /assets
Path to the database directory for LocalRecall
- Cible
- /db
- Défaut
- /mnt/user/appdata/local_recall/db
- Valeur
- /mnt/user/appdata/local_recall/db
Path to the assets directory for LocalRecall
- Cible
- /assets
- Défaut
- /mnt/user/appdata/local_recall/assets
- Valeur
- /mnt/user/appdata/local_recall/assets
Vector database engine to use. Currently only 'postgres' is supported.
- Cible
- VECTOR_ENGINE
- Défaut
- postgres
- Valeur
- postgres
Weight for BM25 in hybrid search (0.0 to 1.0).
- Cible
- HYBRID_SEARCH_BM25_WEIGHT
- Défaut
- 0.5
- Valeur
- 0.5
Weight for vector search in hybrid search (0.0 to 1.0).
- Cible
- HYBRID_SEARCH_VECTOR_WEIGHT
- Défaut
- 0.5
- Valeur
- 0.5
Catégories
Détails
quay.io/mudler/localrecall:latestExécutez LocalRecall sur Unraid.
LocalRecall est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.