mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 10:01:40 +02:00
fix: arc-share retrieved chunks, centralize entity embeddings, and trim hot-path clones.
This commit is contained in:
+5
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user