diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Add.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Add.g.cs index a73b85c..f0a3ef9 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Add.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Add.g.cs @@ -118,7 +118,7 @@ partial void ProcessAddResponseContent( string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.AddEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.CreateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.CreateCollection.g.cs index ae32ac4..13046d8 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.CreateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.CreateCollection.g.cs @@ -138,7 +138,7 @@ partial void ProcessCreateCollectionResponseContent( string name, string? tenant = "default_tenant", string? database = "default_database", - global::Chroma.CreateCollectionMetadata? metadata = default, + object? metadata = default, bool? getOrCreate = false, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Delete.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Delete.g.cs index 33a049e..4e3d64c 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Delete.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Delete.g.cs @@ -116,8 +116,8 @@ partial void ProcessDeleteResponseContent( public async global::System.Threading.Tasks.Task> DeleteAsync( string collectionId, global::System.Collections.Generic.IList? ids = default, - global::Chroma.DeleteEmbeddingWhere? where = default, - global::Chroma.DeleteEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::Chroma.DeleteEmbedding diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Get.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Get.g.cs index e6e44df..b96b193 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Get.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Get.g.cs @@ -122,8 +122,8 @@ partial void ProcessGetResponseContent( public async global::System.Threading.Tasks.Task GetAsync( string collectionId, global::System.Collections.Generic.IList? ids = default, - global::Chroma.GetEmbeddingWhere? where = default, - global::Chroma.GetEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, string? sort = default, int? limit = default, int? offset = default, diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.GetNearestNeighbors.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.GetNearestNeighbors.g.cs index 5a3401c..4964e48 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.GetNearestNeighbors.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.GetNearestNeighbors.g.cs @@ -122,8 +122,8 @@ partial void ProcessGetNearestNeighborsResponseContent( public async global::System.Threading.Tasks.Task GetNearestNeighborsAsync( string collectionId, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>> queryEmbeddings, - global::Chroma.QueryEmbeddingWhere? where = default, - global::Chroma.QueryEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, int? nResults = 10, global::System.Collections.Generic.IList>? include = default, global::System.Threading.CancellationToken cancellationToken = default) diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Heartbeat.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Heartbeat.g.cs index f79d08c..af7e0e6 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Heartbeat.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Heartbeat.g.cs @@ -24,7 +24,7 @@ partial void ProcessHeartbeatResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task HeartbeatAsync( + public async global::System.Threading.Tasks.Task> HeartbeatAsync( global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -80,7 +80,7 @@ partial void ProcessHeartbeatResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Chroma.HeartbeatResponse), JsonSerializerContext) as global::Chroma.HeartbeatResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.Dictionary), JsonSerializerContext) as global::System.Collections.Generic.Dictionary ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Root.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Root.g.cs index c26df7c..801241d 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Root.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Root.g.cs @@ -24,7 +24,7 @@ partial void ProcessRootResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task RootAsync( + public async global::System.Threading.Tasks.Task> RootAsync( global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -80,7 +80,7 @@ partial void ProcessRootResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Chroma.RootResponse), JsonSerializerContext) as global::Chroma.RootResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.Dictionary), JsonSerializerContext) as global::System.Collections.Generic.Dictionary ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Update.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Update.g.cs index ef8cfcf..037dd12 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Update.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Update.g.cs @@ -118,7 +118,7 @@ partial void ProcessUpdateResponseContent( string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.UpdateEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.UpdateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.UpdateCollection.g.cs index ddb6cd4..031f767 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.UpdateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.UpdateCollection.g.cs @@ -115,7 +115,7 @@ partial void ProcessUpdateCollectionResponseContent( public async global::System.Threading.Tasks.Task UpdateCollectionAsync( string collectionName, string? newName = default, - global::Chroma.UpdateCollectionNewMetadata? newMetadata = default, + object? newMetadata = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::Chroma.UpdateCollection diff --git a/src/libs/Chroma/Generated/Chroma.ChromaClient.Upsert.g.cs b/src/libs/Chroma/Generated/Chroma.ChromaClient.Upsert.g.cs index 978739c..58cc4eb 100644 --- a/src/libs/Chroma/Generated/Chroma.ChromaClient.Upsert.g.cs +++ b/src/libs/Chroma/Generated/Chroma.ChromaClient.Upsert.g.cs @@ -118,7 +118,7 @@ partial void ProcessUpsertResponseContent( string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.AddEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Add.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Add.g.cs index 015c7ff..cb2c2a7 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Add.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Add.g.cs @@ -30,7 +30,7 @@ public partial interface IChromaClient string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.AddEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.CreateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.CreateCollection.g.cs index b59d65e..ae902fa 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.CreateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.CreateCollection.g.cs @@ -42,7 +42,7 @@ public partial interface IChromaClient string name, string? tenant = "default_tenant", string? database = "default_database", - global::Chroma.CreateCollectionMetadata? metadata = default, + object? metadata = default, bool? getOrCreate = false, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Delete.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Delete.g.cs index 0a46d04..8796911 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Delete.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Delete.g.cs @@ -28,8 +28,8 @@ public partial interface IChromaClient global::System.Threading.Tasks.Task> DeleteAsync( string collectionId, global::System.Collections.Generic.IList? ids = default, - global::Chroma.DeleteEmbeddingWhere? where = default, - global::Chroma.DeleteEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Get.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Get.g.cs index 3b6467d..c8c6488 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Get.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Get.g.cs @@ -34,8 +34,8 @@ public partial interface IChromaClient global::System.Threading.Tasks.Task GetAsync( string collectionId, global::System.Collections.Generic.IList? ids = default, - global::Chroma.GetEmbeddingWhere? where = default, - global::Chroma.GetEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, string? sort = default, int? limit = default, int? offset = default, diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.GetNearestNeighbors.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.GetNearestNeighbors.g.cs index 823e9b2..4c0b8d3 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.GetNearestNeighbors.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.GetNearestNeighbors.g.cs @@ -34,8 +34,8 @@ public partial interface IChromaClient global::System.Threading.Tasks.Task GetNearestNeighborsAsync( string collectionId, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>> queryEmbeddings, - global::Chroma.QueryEmbeddingWhere? where = default, - global::Chroma.QueryEmbeddingWhereDocument? whereDocument = default, + object? where = default, + object? whereDocument = default, int? nResults = 10, global::System.Collections.Generic.IList>? include = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Heartbeat.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Heartbeat.g.cs index a5adff4..2f37a73 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Heartbeat.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Heartbeat.g.cs @@ -9,7 +9,7 @@ public partial interface IChromaClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task HeartbeatAsync( + global::System.Threading.Tasks.Task> HeartbeatAsync( global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Root.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Root.g.cs index b7172e0..1b4637f 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Root.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Root.g.cs @@ -9,7 +9,7 @@ public partial interface IChromaClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task RootAsync( + global::System.Threading.Tasks.Task> RootAsync( global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Update.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Update.g.cs index a894bf9..dc51893 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Update.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Update.g.cs @@ -30,7 +30,7 @@ public partial interface IChromaClient string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.UpdateEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.UpdateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.UpdateCollection.g.cs index 1f11487..2f73a59 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.UpdateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.UpdateCollection.g.cs @@ -27,7 +27,7 @@ public partial interface IChromaClient global::System.Threading.Tasks.Task UpdateCollectionAsync( string collectionName, string? newName = default, - global::Chroma.UpdateCollectionNewMetadata? newMetadata = default, + object? newMetadata = default, global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/Chroma/Generated/Chroma.IChromaClient.Upsert.g.cs b/src/libs/Chroma/Generated/Chroma.IChromaClient.Upsert.g.cs index bac76fe..0df24f1 100644 --- a/src/libs/Chroma/Generated/Chroma.IChromaClient.Upsert.g.cs +++ b/src/libs/Chroma/Generated/Chroma.IChromaClient.Upsert.g.cs @@ -30,7 +30,7 @@ public partial interface IChromaClient string collectionId, global::System.Collections.Generic.IList ids, global::Chroma.AddEmbeddingEmbeddings? embeddings = default, - global::System.Collections.Generic.IList? metadatas = default, + global::System.Collections.Generic.IList? metadatas = default, global::System.Collections.Generic.IList? documents = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Chroma/Generated/Chroma.Models.AddEmbedding.g.cs b/src/libs/Chroma/Generated/Chroma.Models.AddEmbedding.g.cs index 4a163a9..6237948 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.AddEmbedding.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.AddEmbedding.g.cs @@ -18,7 +18,7 @@ public sealed partial class AddEmbedding /// /// [global::System.Text.Json.Serialization.JsonPropertyName("metadatas")] - public global::System.Collections.Generic.IList? Metadatas { get; set; } + public global::System.Collections.Generic.IList? Metadatas { get; set; } /// /// diff --git a/src/libs/Chroma/Generated/Chroma.Models.Collection.g.cs b/src/libs/Chroma/Generated/Chroma.Models.Collection.g.cs index 06b1105..91c62ba 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.Collection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.Collection.g.cs @@ -26,7 +26,7 @@ public sealed partial class Collection /// /// [global::System.Text.Json.Serialization.JsonPropertyName("metadata")] - public global::Chroma.CollectionMetadata? Metadata { get; set; } + public object? Metadata { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/Chroma/Generated/Chroma.Models.CreateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.Models.CreateCollection.g.cs index 7dad434..e212af1 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.CreateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.CreateCollection.g.cs @@ -19,7 +19,7 @@ public sealed partial class CreateCollection /// /// [global::System.Text.Json.Serialization.JsonPropertyName("metadata")] - public global::Chroma.CreateCollectionMetadata? Metadata { get; set; } + public object? Metadata { get; set; } /// /// Default Value: false diff --git a/src/libs/Chroma/Generated/Chroma.Models.DeleteEmbedding.g.cs b/src/libs/Chroma/Generated/Chroma.Models.DeleteEmbedding.g.cs index f79a667..9382c18 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.DeleteEmbedding.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.DeleteEmbedding.g.cs @@ -18,13 +18,13 @@ public sealed partial class DeleteEmbedding /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where")] - public global::Chroma.DeleteEmbeddingWhere? Where { get; set; } + public object? Where { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where_document")] - public global::Chroma.DeleteEmbeddingWhereDocument? WhereDocument { get; set; } + public object? WhereDocument { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/Chroma/Generated/Chroma.Models.GetEmbedding.g.cs b/src/libs/Chroma/Generated/Chroma.Models.GetEmbedding.g.cs index 3cb831d..abb63b0 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.GetEmbedding.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.GetEmbedding.g.cs @@ -20,13 +20,13 @@ public sealed partial class GetEmbedding /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where")] - public global::Chroma.GetEmbeddingWhere? Where { get; set; } + public object? Where { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where_document")] - public global::Chroma.GetEmbeddingWhereDocument? WhereDocument { get; set; } + public object? WhereDocument { get; set; } /// /// diff --git a/src/libs/Chroma/Generated/Chroma.Models.GetResult.g.cs b/src/libs/Chroma/Generated/Chroma.Models.GetResult.g.cs index 5aa6e88..8be1d62 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.GetResult.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.GetResult.g.cs @@ -36,7 +36,7 @@ public sealed partial class GetResult /// [global::System.Text.Json.Serialization.JsonPropertyName("metadatas")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList Metadatas { get; set; } + public required global::System.Collections.Generic.IList Metadatas { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/Chroma/Generated/Chroma.Models.QueryEmbedding.g.cs b/src/libs/Chroma/Generated/Chroma.Models.QueryEmbedding.g.cs index b1a52d8..0b418c7 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.QueryEmbedding.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.QueryEmbedding.g.cs @@ -14,13 +14,13 @@ public sealed partial class QueryEmbedding /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where")] - public global::Chroma.QueryEmbeddingWhere? Where { get; set; } + public object? Where { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("where_document")] - public global::Chroma.QueryEmbeddingWhereDocument? WhereDocument { get; set; } + public object? WhereDocument { get; set; } /// /// diff --git a/src/libs/Chroma/Generated/Chroma.Models.QueryResult.g.cs b/src/libs/Chroma/Generated/Chroma.Models.QueryResult.g.cs index 0abf6d7..a819302 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.QueryResult.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.QueryResult.g.cs @@ -36,7 +36,7 @@ public sealed partial class QueryResult /// [global::System.Text.Json.Serialization.JsonPropertyName("metadatas")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> Metadatas { get; set; } + public required global::System.Collections.Generic.IList> Metadatas { get; set; } /// /// diff --git a/src/libs/Chroma/Generated/Chroma.Models.UpdateCollection.g.cs b/src/libs/Chroma/Generated/Chroma.Models.UpdateCollection.g.cs index 98c5c5a..9c4269c 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.UpdateCollection.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.UpdateCollection.g.cs @@ -18,7 +18,7 @@ public sealed partial class UpdateCollection /// /// [global::System.Text.Json.Serialization.JsonPropertyName("new_metadata")] - public global::Chroma.UpdateCollectionNewMetadata? NewMetadata { get; set; } + public object? NewMetadata { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/Chroma/Generated/Chroma.Models.UpdateEmbedding.g.cs b/src/libs/Chroma/Generated/Chroma.Models.UpdateEmbedding.g.cs index a417ba5..eeb91f9 100644 --- a/src/libs/Chroma/Generated/Chroma.Models.UpdateEmbedding.g.cs +++ b/src/libs/Chroma/Generated/Chroma.Models.UpdateEmbedding.g.cs @@ -18,7 +18,7 @@ public sealed partial class UpdateEmbedding /// /// [global::System.Text.Json.Serialization.JsonPropertyName("metadatas")] - public global::System.Collections.Generic.IList? Metadatas { get; set; } + public global::System.Collections.Generic.IList? Metadatas { get; set; } /// /// diff --git a/src/libs/Chroma/Generated/JsonSerializerContextTypes.g.cs b/src/libs/Chroma/Generated/JsonSerializerContextTypes.g.cs index 5199a42..db9dc6c 100644 --- a/src/libs/Chroma/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/Chroma/Generated/JsonSerializerContextTypes.g.cs @@ -46,11 +46,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList? Type7 { get; set; } + public global::System.Collections.Generic.IList? Type7 { get; set; } /// /// /// - public global::Chroma.AddEmbeddingMetadata? Type8 { get; set; } + public object? Type8 { get; set; } /// /// /// @@ -70,234 +70,166 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Chroma.CollectionMetadata? Type13 { get; set; } + public global::Chroma.AnyOf? Type13 { get; set; } /// /// /// - public global::Chroma.AnyOf? Type14 { get; set; } + public float? Type14 { get; set; } /// /// /// - public float? Type15 { get; set; } + public bool? Type15 { get; set; } /// /// /// - public bool? Type16 { get; set; } + public global::Chroma.CreateCollection? Type16 { get; set; } /// /// /// - public global::Chroma.CreateCollection? Type17 { get; set; } + public global::Chroma.DeleteEmbedding? Type17 { get; set; } /// /// /// - public global::Chroma.CreateCollectionMetadata? Type18 { get; set; } + public global::Chroma.GetEmbedding? Type18 { get; set; } /// /// /// - public global::Chroma.DeleteEmbedding? Type19 { get; set; } + public global::System.Collections.Generic.IList>? Type19 { get; set; } /// /// /// - public global::Chroma.DeleteEmbeddingWhere? Type20 { get; set; } + public global::Chroma.AnyOf? Type20 { get; set; } /// /// /// - public global::Chroma.DeleteEmbeddingWhereDocument? Type21 { get; set; } + public global::Chroma.GetEmbeddingIncludeItemVariant1? Type21 { get; set; } /// /// /// - public global::Chroma.GetEmbedding? Type22 { get; set; } + public global::Chroma.GetEmbeddingIncludeItemVariant2? Type22 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingWhere? Type23 { get; set; } + public global::Chroma.GetEmbeddingIncludeItemVariant3? Type23 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingWhereDocument? Type24 { get; set; } + public global::Chroma.GetEmbeddingIncludeItemVariant4? Type24 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type25 { get; set; } + public global::Chroma.GetResult? Type25 { get; set; } /// /// /// - public global::Chroma.AnyOf? Type26 { get; set; } + public global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>? Type26 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingIncludeItemVariant1? Type27 { get; set; } + public global::Chroma.HTTPValidationError? Type27 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingIncludeItemVariant2? Type28 { get; set; } + public global::System.Collections.Generic.IList? Type28 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingIncludeItemVariant3? Type29 { get; set; } + public global::Chroma.ValidationError? Type29 { get; set; } /// /// /// - public global::Chroma.GetEmbeddingIncludeItemVariant4? Type30 { get; set; } + public global::System.Collections.Generic.IList>? Type30 { get; set; } /// /// /// - public global::Chroma.GetResult? Type31 { get; set; } + public global::Chroma.AnyOf? Type31 { get; set; } /// /// /// - public global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>? Type32 { get; set; } + public global::Chroma.QueryEmbedding? Type32 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type33 { get; set; } + public global::System.Collections.Generic.IList>? Type33 { get; set; } /// /// /// - public global::Chroma.GetResultMetadata? Type34 { get; set; } + public global::Chroma.AnyOf? Type34 { get; set; } /// /// /// - public global::Chroma.HTTPValidationError? Type35 { get; set; } + public global::Chroma.QueryEmbeddingIncludeItemVariant1? Type35 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type36 { get; set; } + public global::Chroma.QueryEmbeddingIncludeItemVariant2? Type36 { get; set; } /// /// /// - public global::Chroma.ValidationError? Type37 { get; set; } + public global::Chroma.QueryEmbeddingIncludeItemVariant3? Type37 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type38 { get; set; } + public global::Chroma.QueryEmbeddingIncludeItemVariant4? Type38 { get; set; } /// /// /// - public global::Chroma.AnyOf? Type39 { get; set; } + public global::Chroma.QueryResult? Type39 { get; set; } /// /// /// - public global::Chroma.QueryEmbedding? Type40 { get; set; } + public global::System.Collections.Generic.IList>? Type40 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingWhere? Type41 { get; set; } + public global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>>? Type41 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingWhereDocument? Type42 { get; set; } + public global::System.Collections.Generic.IList>? Type42 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type43 { get; set; } + public global::System.Collections.Generic.IList>? Type43 { get; set; } /// /// /// - public global::Chroma.AnyOf? Type44 { get; set; } + public global::Chroma.UpdateCollection? Type44 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingIncludeItemVariant1? Type45 { get; set; } + public global::Chroma.UpdateEmbedding? Type45 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingIncludeItemVariant2? Type46 { get; set; } + public global::Chroma.UpdateEmbeddingEmbeddings? Type46 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingIncludeItemVariant3? Type47 { get; set; } + public global::Chroma.CreateDatabase? Type47 { get; set; } /// /// /// - public global::Chroma.QueryEmbeddingIncludeItemVariant4? Type48 { get; set; } + public global::Chroma.CreateTenant? Type48 { get; set; } /// /// /// - public global::Chroma.QueryResult? Type49 { get; set; } + public global::Chroma.Database? Type49 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type50 { get; set; } + public global::Chroma.Tenant? Type50 { get; set; } /// /// /// - public global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>>? Type51 { get; set; } + public global::System.Collections.Generic.Dictionary? Type51 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type52 { get; set; } + public global::System.Collections.Generic.IList? Type52 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type53 { get; set; } - /// - /// - /// - public global::Chroma.QueryResultMetadataItem? Type54 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.IList>? Type55 { get; set; } - /// - /// - /// - public global::Chroma.UpdateCollection? Type56 { get; set; } - /// - /// - /// - public global::Chroma.UpdateCollectionNewMetadata? Type57 { get; set; } - /// - /// - /// - public global::Chroma.UpdateEmbedding? Type58 { get; set; } - /// - /// - /// - public global::Chroma.UpdateEmbeddingEmbeddings? Type59 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.IList? Type60 { get; set; } - /// - /// - /// - public global::Chroma.UpdateEmbeddingMetadata? Type61 { get; set; } - /// - /// - /// - public global::Chroma.CreateDatabase? Type62 { get; set; } - /// - /// - /// - public global::Chroma.CreateTenant? Type63 { get; set; } - /// - /// - /// - public global::Chroma.Database? Type64 { get; set; } - /// - /// - /// - public global::Chroma.Tenant? Type65 { get; set; } - /// - /// - /// - public object? Type66 { get; set; } - /// - /// - /// - public global::Chroma.RootResponse? Type67 { get; set; } - /// - /// - /// - public global::Chroma.HeartbeatResponse? Type68 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.IList? Type69 { get; set; } - /// - /// - /// - public global::System.Collections.Generic.IList? Type70 { get; set; } + public global::System.Collections.Generic.IList? Type53 { get; set; } } } \ No newline at end of file