mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-01 18:41:37 +02:00
evals: v3, ebeddings at the side
additional indexes
This commit is contained in:
@@ -6,7 +6,8 @@ use serde::{Deserialize, Serialize};
|
||||
use sha2::{Digest, Sha256};
|
||||
use tokio::fs;
|
||||
|
||||
use crate::{args::Config, embedding::EmbeddingProvider, slice};
|
||||
use crate::{args::Config, slice};
|
||||
use common::utils::embedding::EmbeddingProvider;
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct SnapshotMetadata {
|
||||
|
||||
Reference in New Issue
Block a user