diff --git a/src/libs/Jina/Generated/Jina.Models.ImageEmbeddingInput.g.cs b/src/libs/Jina/Generated/Jina.Models.ImageEmbeddingInput.g.cs index 9e96f82..b7c3ca9 100644 --- a/src/libs/Jina/Generated/Jina.Models.ImageEmbeddingInput.g.cs +++ b/src/libs/Jina/Generated/Jina.Models.ImageEmbeddingInput.g.cs @@ -37,7 +37,8 @@ public sealed partial class ImageEmbeddingInput public global::Jina.AnyOf>? EmbeddingType { get; set; } /// - /// Flag to determine if the embeddings should be normalized to have a unit L2 norm + /// Flag to determine if the embeddings should be normalized to have a unit L2 norm
+ /// Default Value: true ///
[global::System.Text.Json.Serialization.JsonPropertyName("normalized")] public bool? Normalized { get; set; } @@ -83,7 +84,8 @@ public sealed partial class ImageEmbeddingInput /// The format in which you want the embeddings to be returned.Possible value are `float`, `base64`, `binary`, `ubinary` or a list containing any of them. Defaults to `float` /// /// - /// Flag to determine if the embeddings should be normalized to have a unit L2 norm + /// Flag to determine if the embeddings should be normalized to have a unit L2 norm
+ /// Default Value: true /// /// /// Used to convey intended downstream application to help the model produce better embeddings. Must be one of the following values:
diff --git a/src/libs/Jina/Generated/Jina.Models.MixedEmbeddingInput.g.cs b/src/libs/Jina/Generated/Jina.Models.MixedEmbeddingInput.g.cs index 666b74d..f208825 100644 --- a/src/libs/Jina/Generated/Jina.Models.MixedEmbeddingInput.g.cs +++ b/src/libs/Jina/Generated/Jina.Models.MixedEmbeddingInput.g.cs @@ -36,7 +36,8 @@ public sealed partial class MixedEmbeddingInput public global::Jina.AnyOf>? EmbeddingType { get; set; } /// - /// Flag to determine if the embeddings should be normalized to have a unit L2 norm + /// Flag to determine if the embeddings should be normalized to have a unit L2 norm
+ /// Default Value: true ///
[global::System.Text.Json.Serialization.JsonPropertyName("normalized")] public bool? Normalized { get; set; } @@ -82,7 +83,8 @@ public sealed partial class MixedEmbeddingInput /// The format in which you want the embeddings to be returned.Possible value are `float`, `base64`, `binary`, `ubinary` or a list containing any of them. Defaults to `float` /// /// - /// Flag to determine if the embeddings should be normalized to have a unit L2 norm + /// Flag to determine if the embeddings should be normalized to have a unit L2 norm
+ /// Default Value: true /// /// /// Used to convey intended downstream application to help the model produce better embeddings. Must be one of the following values:
diff --git a/src/libs/Jina/openapi.yaml b/src/libs/Jina/openapi.yaml index 6db1f37..544e2de 100644 --- a/src/libs/Jina/openapi.yaml +++ b/src/libs/Jina/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: The Jina Embedding Serving API description: This is the UniversalAPI to access all the Jina embedding models - version: 0.1.93 + version: 0.1.94 servers: - url: https://api.jina.ai/ paths: @@ -614,6 +614,7 @@ components: title: Normalized type: boolean description: Flag to determine if the embeddings should be normalized to have a unit L2 norm + default: true task: title: Task enum: @@ -714,6 +715,7 @@ components: title: Normalized type: boolean description: Flag to determine if the embeddings should be normalized to have a unit L2 norm + default: true task: title: Task enum: