retrieval simplfied

This commit is contained in:
Per Stark
2025-12-09 20:35:42 +01:00
parent a8d10f265c
commit a090a8c76e
55 changed files with 469 additions and 1208 deletions

View File

@@ -138,7 +138,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
storage.clone(),
embedding_provider,
)
.await
.unwrap(),
);

View File

@@ -53,7 +53,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
storage,
embedding_provider,
)
.await?,
?,
);
run_worker_loop(db, ingestion_pipeline).await