We've converted scalar indexes to a plugin model. However, vector indexes are still very much ad-hoc. I think we should rename the ScalarIndexPlugin trait to IndexPlugin and change the API to support vector indexes as well as scalar indexes. This will be required if we want to support vector index plugins someday.
We've converted scalar indexes to a plugin model. However, vector indexes are still very much ad-hoc. I think we should rename the
ScalarIndexPlugintrait toIndexPluginand change the API to support vector indexes as well as scalar indexes. This will be required if we want to support vector index plugins someday.