2 instantiations of VectorConverter
Microsoft.Extensions.AI.Abstractions (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.BinaryEmbedding.g.cs (1)
59
Converter = (global::System.Text.Json.Serialization.JsonConverter<global::System.Collections.BitArray>)ExpandConverter(typeof(global::System.Collections.BitArray), new global::Microsoft.Extensions.AI.BinaryEmbedding.
VectorConverter
(), options),
Microsoft.Extensions.AI.Abstractions.Tests (1)
Generated\361d1da7f942c932\TestJsonSerializerContext.BinaryEmbedding.g.cs (1)
57
Converter = (global::System.Text.Json.Serialization.JsonConverter<global::System.Collections.BitArray>)ExpandConverter(typeof(global::System.Collections.BitArray), new global::Microsoft.Extensions.AI.BinaryEmbedding.
VectorConverter
(), options),
1 reference to VectorConverter
Microsoft.Extensions.AI.Abstractions (1)
Embeddings\BinaryEmbedding.cs (1)
29
[JsonConverter(typeof(
VectorConverter
))]