mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
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:
1246
Cargo.lock
generated
1246
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user