Uses of Class
com.hw.pinecone.entity.vector.QueryRequest
Packages that use QueryRequest
-
Uses of QueryRequest in com.hw.pinecone
Methods in com.hw.pinecone with parameters of type QueryRequestModifier and TypeMethodDescriptionIndexClient.query
(QueryRequest request) The Query operation searches a namespace, using a query vector. -
Uses of QueryRequest in com.hw.pinecone.service
Methods in com.hw.pinecone.service with parameters of type QueryRequestModifier and TypeMethodDescriptionio.reactivex.Single<QueryResponse>
VectorService.query
(QueryRequest request) The Query operation searches a namespace, using a query vector.