vector Search Config
suspend fun vectorSearchConfig(value: Output<AiFeatureOnlineStoreFeatureviewVectorSearchConfigArgs>)
Parameters
value
Configuration for vector search. It contains the required configurations to create an index from source data, so that approximate nearest neighbor (a.k.a ANN) algorithms search can be performed during online serving. Structure is documented below.
suspend fun vectorSearchConfig(argument: suspend AiFeatureOnlineStoreFeatureviewVectorSearchConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration for vector search. It contains the required configurations to create an index from source data, so that approximate nearest neighbor (a.k.a ANN) algorithms search can be performed during online serving. Structure is documented below.