LocalRecall
Docker-Anwendung from grtgbln's Repository
Übersicht
Anforderungen
Works best with a separate LocalAI instance or OpenAI-compatible API for AI capabilities.
Requires a Postgres database for storing vector embeddings and metadata.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8080]/- Netzwerk
bridge- Privilegiert
- false
Konfiguration der Vorlage
Container Port: 8080
- Ziel
- 8080
- Standard
- 8080
- Wert
- 8080
Embedding model.
- Ziel
- EMBEDDING_MODEL
- Standard
- granite-embedding-107m-multilingual
- Wert
- granite-embedding-107m-multilingual
Base URL for the OpenAI-compatible API. If using LocalAI on the same machine, set to http://IP_ADDRESS:8080
- Ziel
- OPENAI_BASE_URL
- Standard
- http://IP_ADDRESS:8080
- Wert
- http://IP_ADDRESS:8080
API key for the OpenAI-compatible API.
- Ziel
- OPENAI_API_KEY
Postgres database connection URL.
- Ziel
- DATABASE_URL
- Standard
- postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
- Wert
- postgresql://USERNAME:PASSWORD@IP_ADDRESS:5432/localrecall?sslmode=disable
Internal path to the collections database. Not recommended to change.
- Ziel
- COLLECTION_DB_PATH
- Standard
- /db
- Wert
- /db
Internal path to the assets directory. Not recommended to change.
- Ziel
- FILE_ASSETS
- Standard
- /assets
- Wert
- /assets
Path to the database directory for LocalRecall
- Ziel
- /db
- Standard
- /mnt/user/appdata/local_recall/db
- Wert
- /mnt/user/appdata/local_recall/db
Path to the assets directory for LocalRecall
- Ziel
- /assets
- Standard
- /mnt/user/appdata/local_recall/assets
- Wert
- /mnt/user/appdata/local_recall/assets
Vector database engine to use. Currently only 'postgres' is supported.
- Ziel
- VECTOR_ENGINE
- Standard
- postgres
- Wert
- postgres
Weight for BM25 in hybrid search (0.0 to 1.0).
- Ziel
- HYBRID_SEARCH_BM25_WEIGHT
- Standard
- 0.5
- Wert
- 0.5
Weight for vector search in hybrid search (0.0 to 1.0).
- Ziel
- HYBRID_SEARCH_VECTOR_WEIGHT
- Standard
- 0.5
- Wert
- 0.5
Kategorien
Einzelheiten
quay.io/mudler/localrecall:latestFühren Sie LocalRecall auf Unraid aus.
LocalRecall ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.