mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-27 12:26:21 +02:00
fix: arc-share retrieved chunks, centralize entity embeddings, and trim hot-path clones.
This commit is contained in:
@@ -8,10 +8,7 @@ use std::sync::Arc;
|
||||
use anyhow::Context;
|
||||
use async_openai::Client;
|
||||
use common::{
|
||||
storage::{
|
||||
db::SurrealDbClient,
|
||||
store::StorageManager,
|
||||
},
|
||||
storage::{db::SurrealDbClient, store::StorageManager},
|
||||
utils::{
|
||||
config::{get_config, AppConfig},
|
||||
embedding::{align_fastembed_system_settings, EmbeddingProvider},
|
||||
|
||||
Reference in New Issue
Block a user