-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
BuildFeatures planned for next Build conferenceFeatures planned for next Build conferencemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Description
First, some database allow filtering on any property, regardless of whether it has an index or not; this is the case e.g. with relational databases, where index can speed up queries but are never required. For those databases, IsFilterable doesn't express what the property actually does. We should consider renaming for this to simply indicate what it does (trigger index creation).
Second, indexes can speed up operations other than filtering, notably sorting/ordering performed by non-vector searches (#10295).
adamsitnik
Metadata
Metadata
Assignees
Labels
BuildFeatures planned for next Build conferenceFeatures planned for next Build conferencemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Type
Projects
Status
Sprint: Done