add vector search
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-30 21:25:40 +01:00
parent 609d520986
commit 7526280223
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 116 additions and 29 deletions

View file

@ -16,7 +16,7 @@ tokio = { version = "1.35.1", features = ["full"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
maud = "0.26.0"
based = { git = "https://git.hydrar.de/jmarya/based", features = [] }
based = { git = "https://git.hydrar.de/jmarya/based", features = ["htmx"] }
url = "2.5.4"
reqwest = "0.12.11"
ollama-rs = "0.2.2"