tidying stuff up, dto for search

This commit is contained in:
Per Stark
2025-12-20 22:30:31 +01:00
parent 90bac299a3
commit 86270de873
23 changed files with 936 additions and 73 deletions
@@ -132,6 +132,7 @@ pub async fn get_response_stream(
let retrieval_result = match retrieval_pipeline::retrieve_entities(
&state.db,
&state.openai_client,
Some(&*state.embedding_provider),
&user_message.content,
&user.id,
config,