Enhanced Insights with daily summary embeddings

Bump to 0.5.0. Added daily summary generation job
This commit is contained in:
Cameron
2026-01-05 09:13:16 -05:00
parent 43b7c2b8ec
commit 11e725c443
18 changed files with 2348 additions and 61 deletions

5
Cargo.lock generated
View File

@@ -1689,7 +1689,7 @@ dependencies = [
[[package]]
name = "image-api"
version = "0.4.1"
version = "0.5.0"
dependencies = [
"actix",
"actix-cors",
@@ -1713,6 +1713,7 @@ dependencies = [
"jsonwebtoken",
"kamadak-exif",
"lazy_static",
"libsqlite3-sys",
"log",
"opentelemetry",
"opentelemetry-appender-log",
@@ -1731,6 +1732,7 @@ dependencies = [
"tokio",
"urlencoding",
"walkdir",
"zerocopy",
]
[[package]]
@@ -1943,6 +1945,7 @@ version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]