mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Check consistency of fragments
This commit is contained in:
parent
d72e5f5f69
commit
3f5b5df139
3 changed files with 58 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue