Interface AsyncVectorSearchFunctionProvider
-
- All Superinterfaces:
VectorSearchTableSource.VectorSearchRuntimeProvider
@PublicEvolving public interface AsyncVectorSearchFunctionProvider extends VectorSearchTableSource.VectorSearchRuntimeProvider
A provider for creatingAsyncVectorSearchFunction.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncVectorSearchFunctioncreateAsyncVectorSearchFunction()Creates anAsyncVectorSearchFunctioninstance.static AsyncVectorSearchFunctionProviderof(AsyncVectorSearchFunction asyncVectorSearchFunction)Helper function for creating a static provider.
-
-
-
Method Detail
-
of
static AsyncVectorSearchFunctionProvider of(AsyncVectorSearchFunction asyncVectorSearchFunction)
Helper function for creating a static provider.
-
createAsyncVectorSearchFunction
AsyncVectorSearchFunction createAsyncVectorSearchFunction()
Creates anAsyncVectorSearchFunctioninstance.
-
-