Uses of Class
com.hw.pinecone.entity.vector.FetchResponse
Packages that use FetchResponse
-
Uses of FetchResponse in com.hw.pinecone
Methods in com.hw.pinecone that return FetchResponseModifier and TypeMethodDescriptionIndexClient.fetch
(FetchRequest request) The Fetch operation looks up and returns vectors, by ID, from a single namespace. -
Uses of FetchResponse in com.hw.pinecone.service
Methods in com.hw.pinecone.service that return types with arguments of type FetchResponseModifier and TypeMethodDescriptionio.reactivex.Single<FetchResponse>
The Fetch operation looks up and returns vectors, by ID, from a single namespace.