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

View file

@ -19,3 +19,6 @@ maud = "0.26.0"
based = { git = "https://git.hydrar.de/jmarya/based", features = [] }
url = "2.5.4"
reqwest = "0.12.11"
ollama-rs = "0.2.2"
pgvector = { version = "0.4", features = ["sqlx"] }
html2md = "0.2.14"