mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-03 03:21:37 +02:00
feat: pool fastembed, batch embeddings, and reconcile embedding config on startup
This commit is contained in:
@@ -359,8 +359,7 @@ async fn prepare_chat_request(
|
||||
|
||||
let retrieval_result = match retrieval_pipeline::retrieve(
|
||||
&state.db,
|
||||
&state.openai_client,
|
||||
Some(&*state.embedding_provider),
|
||||
&state.embedding_provider,
|
||||
&user_message.content,
|
||||
&user.id,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user