Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearVectorArgument
Packages that use NearVectorArgument
Package
Description
-
Uses of NearVectorArgument in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api with parameters of type NearVectorArgumentModifier and TypeMethodDescriptionAggregate.withNearVector(NearVectorArgument withNearVectorFilter) Explore.withNearVector(NearVectorArgument nearVector) Get.withNearVector(NearVectorArgument nearVector) -
Uses of NearVectorArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearVectorArgumentModifier and TypeMethodDescriptionAggregate.withNearVector(NearVectorArgument withNearVectorFilter) Explore.withNearVector(NearVectorArgument nearVector) Get.withNearVector(NearVectorArgument nearVector) -
Uses of NearVectorArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearVectorArgumentModifier and TypeMethodDescriptionNearVectorArgument.NearVectorArgumentBuilder.build()HybridArgument.Searches.getNearVector()Methods in io.weaviate.client.v1.graphql.query.argument with parameters of type NearVectorArgumentModifier and TypeMethodDescriptionHybridArgument.Searches.SearchesBuilder.nearVector(NearVectorArgument nearVector) -
Uses of NearVectorArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearVectorArgumentModifier and TypeMethodDescriptionAggregateBuilder.getWithNearVectorFilter()ExploreBuilder.getWithNearVectorFilter()GetBuilder.getWithNearVectorFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearVectorArgumentModifier and TypeMethodDescriptionAggregateBuilder.AggregateBuilderBuilder.withNearVectorFilter(NearVectorArgument withNearVectorFilter) ExploreBuilder.ExploreBuilderBuilder.withNearVectorFilter(NearVectorArgument withNearVectorFilter) GetBuilder.GetBuilderBuilder.withNearVectorFilter(NearVectorArgument withNearVectorFilter)