Interface VectorSearchFunctionProvider
-
- All Superinterfaces:
VectorSearchTableSource.VectorSearchRuntimeProvider
@PublicEvolving public interface VectorSearchFunctionProvider extends VectorSearchTableSource.VectorSearchRuntimeProvider
A provider for creatingVectorSearchFunction.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description VectorSearchFunctioncreateVectorSearchFunction()Creates anVectorSearchFunctioninstance.static VectorSearchFunctionProviderof(VectorSearchFunction searchFunction)Helper function for creating a static provider.
-
-
-
Method Detail
-
of
static VectorSearchFunctionProvider of(VectorSearchFunction searchFunction)
Helper function for creating a static provider.
-
createVectorSearchFunction
VectorSearchFunction createVectorSearchFunction()
Creates anVectorSearchFunctioninstance.
-
-