Uses of Class
technology.semi.weaviate.client.v1.misc.model.VectorIndexConfig
-
Packages that use VectorIndexConfig Package Description technology.semi.weaviate.client.v1.misc.model technology.semi.weaviate.client.v1.schema.model -
-
Uses of VectorIndexConfig in technology.semi.weaviate.client.v1.misc.model
Methods in technology.semi.weaviate.client.v1.misc.model that return VectorIndexConfig Modifier and Type Method Description VectorIndexConfigVectorIndexConfig.VectorIndexConfigBuilder. build() -
Uses of VectorIndexConfig in technology.semi.weaviate.client.v1.schema.model
Methods in technology.semi.weaviate.client.v1.schema.model that return VectorIndexConfig Modifier and Type Method Description VectorIndexConfigWeaviateClass. getVectorIndexConfig()Methods in technology.semi.weaviate.client.v1.schema.model with parameters of type VectorIndexConfig Modifier and Type Method Description WeaviateClass.WeaviateClassBuilderWeaviateClass.WeaviateClassBuilder. vectorIndexConfig(VectorIndexConfig vectorIndexConfig)
-