update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-02 19:00:47 +01:00
parent 0f6e5f5b10
commit 8df8edeeca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
15 changed files with 591 additions and 124 deletions

View file

@ -22,3 +22,5 @@ reqwest = "0.12.11"
ollama-rs = "0.2.2"
pgvector = { version = "0.4", features = ["sqlx"] }
html2md = "0.2.14"
clap = { version = "4.5.23", features = ["cargo", "derive"] }
toml = "0.8.19"