Stabilize scoreDetails

This commit is contained in:
Louis Dureuil 2024-02-06 10:55:27 +01:00
parent 4792651462
commit 05edd85d75
No known key found for this signature in database
8 changed files with 4 additions and 59 deletions

View file

@ -3,7 +3,6 @@ use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug, Clone, Copy, Default, PartialEq, Eq)]
#[serde(rename_all = "camelCase", default)]
pub struct RuntimeTogglableFeatures {
pub score_details: bool,
pub vector_store: bool,
pub metrics: bool,
pub export_puffin_reports: bool,