fix: arc-share retrieved chunks, centralize entity embeddings, and trim hot-path clones.

This commit is contained in:
Per Stark
2026-06-06 23:05:53 +02:00
parent 676fdbc132
commit 4559ee0aa8
41 changed files with 368 additions and 289 deletions
+5 -1
View File
@@ -95,7 +95,11 @@ mod tests {
use common::storage::types::{system_settings::SystemSettings, user::User};
use tower::ServiceExt;
async fn build_test_app() -> (Router, Arc<common::storage::db::SurrealDbClient>, std::path::PathBuf) {
async fn build_test_app() -> (
Router,
Arc<common::storage::db::SurrealDbClient>,
std::path::PathBuf,
) {
let (services, data_dir) = init_smoke_services()
.await
.expect("failed to init services");