mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Check consistency of fragments
This commit is contained in:
@ -615,6 +615,12 @@ pub struct SubEmbeddingSettings {
|
||||
pub indexing_embedder: Setting<serde_json::Value>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum EmbeddingValidationContext {
|
||||
FullSettings,
|
||||
SettingsPartialUpdate,
|
||||
}
|
||||
|
||||
/// Indicates what action should take place during a reindexing operation for an embedder
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum ReindexAction {
|
||||
|
Reference in New Issue
Block a user