add vector db

This commit is contained in:
JMARyA 2024-12-30 14:06:32 +01:00
parent 6882f16e14
commit 609d520986
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 547 additions and 38 deletions

6
env
View file

@ -10,3 +10,9 @@ DOWNLOAD_ON_DEMAND=true
# Blacklisted domains (Comma-seperated regex)
BLACKLIST_DOMAINS="google.com,.*.youtube.com"
# Database
DATABASE_URL=postgres://user:pass@postgres/webarc
# Ollama URL (Enables vector search)
OLLAMA_URL=127.0.0.1:11434