Use pgvector for openwebui RAG
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m42s
Periodic flake update / flake-update (push) Successful in 1m17s

This commit is contained in:
Torjus Håkestad 2025-02-05 13:21:45 +01:00
parent b28b25bbd6
commit 3ed85330db
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -7,6 +7,8 @@
services.open-webui = {
enable = true;
environment = {
VECTOR_DB = "pgvector";
PGVECTOR_DB_URL = "postgresql://openwebui:openwebui@pgdb1.home.2rjus.net:5432/openwebui";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
OLLAMA_API_BASE_URL = "http://127.0.0.1:11434";