add vector db
This commit is contained in:
parent
6882f16e14
commit
609d520986
9 changed files with 547 additions and 38 deletions
6
env
6
env
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue