mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-25 10:18:38 +02:00
retrieval: hybrid search, linear fusion
This commit is contained in:
@@ -376,9 +376,8 @@ async fn ingestion_pipeline_chunk_only_skips_analysis() {
|
||||
let services = Arc::new(MockServices::new(user_id));
|
||||
let mut config = pipeline_config();
|
||||
config.chunk_only = true;
|
||||
let pipeline =
|
||||
IngestionPipeline::with_services(Arc::new(db.clone()), config, services.clone())
|
||||
.expect("pipeline");
|
||||
let pipeline = IngestionPipeline::with_services(Arc::new(db.clone()), config, services.clone())
|
||||
.expect("pipeline");
|
||||
|
||||
let task = reserve_task(
|
||||
&db,
|
||||
|
||||
Reference in New Issue
Block a user