Uses of Class
technology.semi.weaviate.client.v1.graphql.query.Explore
-
Packages that use Explore Package Description technology.semi.weaviate.client.v1.graphql technology.semi.weaviate.client.v1.graphql.query -
-
Uses of Explore in technology.semi.weaviate.client.v1.graphql
Methods in technology.semi.weaviate.client.v1.graphql that return Explore Modifier and Type Method Description ExploreGraphQL. explore() -
Uses of Explore in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query that return Explore Modifier and Type Method Description ExploreExplore. withAsk(AskArgument ask)ExploreExplore. withFields(ExploreFields... fields)ExploreExplore. withLimit(Integer limit)ExploreExplore. withNearImage(NearImageArgument nearImage)ExploreExplore. withNearObject(NearObjectArgument nearObject)ExploreExplore. withNearText(NearTextArgument nearText)ExploreExplore. withNearVector(NearVectorArgument nearVector)ExploreExplore. withOffset(Integer offset)
-