chore(ac-qu-ai-nt-core): add cozo as a dependency because I expect to use it and I'd like to make sure everything works out

This commit is contained in:
J / Jacob Babich
2024-10-18 15:25:45 -04:00
parent a8812ac17b
commit 08fb098459
2 changed files with 1232 additions and 18 deletions

1246
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,10 @@ default = []
tracing = ["dep:tracing"]
[dependencies]
cozo = { version = "0.7", default-features = false, features = [
"graph-algo",
"storage-sqlite",
] }
llama-cpp-2 = "0.1.82"
ocrs = "0.9"
reqwest = { version = "0.12.4", default-features = false, features = [