You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we should be able to introduce a more general "partially-loaded-by-default property" distinction into the model; all vector properties would be partially-loaded-by-default (by convention?), but the mechanism would (at least in theory) be usable also for other property kinds. This can happen without depending on Common/unified EF experience for vector search #36350.
Once the modeling support is there, change tracking should be updated to support the new partially-loaded property concept.
Note: it should be possible for users to set a new value to the vector property and have that persisted (that would need to happen if the other source properties on the entity change).
See parent #37277 for the general feature design.