.Net MEVD: Consider removing copy constructor on VectorStoreRecordProperty #10366
Labels
memory connector
memory
msft.ext.vectordata
Related to Microsoft.Extensions.VectorData
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
VectorStoreRecordDataProperty, VectorStoreRecordKeyProperty and VectorStoreRecordVectorProperty have copy constructors, which accept another instance of the same type to copy details from. However, since these types are all immutable (init-initializable only), it's hard to see what would be the use for these.
/cc @westey-m
The text was updated successfully, but these errors were encountered: