.Net: [MEVD] Implement store key generation where supported #11485
Labels
msft.ext.vectordata
Related to Microsoft.Extensions.VectorData
.NET
Issue or Pull requests regarding .NET code
Our upsert APIs allow returning keys/IDs which are generated in the vector store, but we don't actually implement that for connectors yet. We're also lacking a way for users to indicate that they want
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
(EF recognizes this, so do some other layers). Though the naming (identity) isn't ideal (it's SQL Server-specific).Providers (see table here, we don't have to do them all at once):
See previous conversation in #10692.
The text was updated successfully, but these errors were encountered: