mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-11 03:36:53 +02:00
retrieval simplfied
This commit is contained in:
@@ -138,7 +138,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
storage.clone(),
|
||||
embedding_provider,
|
||||
)
|
||||
.await
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
storage,
|
||||
embedding_provider,
|
||||
)
|
||||
.await?,
|
||||
?,
|
||||
);
|
||||
|
||||
run_worker_loop(db, ingestion_pipeline).await
|
||||
|
||||
Reference in New Issue
Block a user