diff --git a/Cargo.lock b/Cargo.lock index 30dedd1..01ce9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3248,11 +3248,13 @@ dependencies = [ name = "ingestion-pipeline" version = "0.1.0" dependencies = [ + "anyhow", "async-openai", "async-trait", "axum", "axum_typed_multipart", "base64 0.22.1", + "bytes", "chrono", "common", "composite-retrieval", diff --git a/flake.nix b/flake.nix index 82292a2..4747963 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ src = ./.; filter = let extraPaths = [ + (toString ./Cargo.lock) (toString ./common/migrations) (toString ./common/schemas) (toString ./html-router/templates)