tidying stuff up, dto for search

This commit is contained in:
Per Stark
2025-12-20 22:30:31 +01:00
parent a5bc72aedf
commit 79ea007b0a
23 changed files with 936 additions and 73 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ impl PipelineServices for DefaultPipelineServices {
match retrieval_pipeline::retrieve_entities(
&self.db,
&self.openai_client,
// embedding_provider_ref,
Some(&*self.embedding_provider),
&input_text,
&content.user_id,
config,