Increase embedding precision to f64
This commit is contained in:
@@ -51,7 +51,7 @@ pub struct TextEmbeddingPrediction {
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct TextEmbeddingResult {
|
||||
pub statistics: TextEmbeddingStatistics,
|
||||
pub values: Vec<f32>,
|
||||
pub values: Vec<f64>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user