Uses of Class
com.hw.pinecone.entity.vector.UpsertRequest
Packages that use UpsertRequest
-
Uses of UpsertRequest in com.hw.pinecone
Methods in com.hw.pinecone with parameters of type UpsertRequestModifier and TypeMethodDescriptionIndexClient.upsert
(UpsertRequest request) The Upsert operation writes vectors into a namespace. -
Uses of UpsertRequest in com.hw.pinecone.service
Methods in com.hw.pinecone.service with parameters of type UpsertRequestModifier and TypeMethodDescriptionio.reactivex.Single<UpsertResponse>
VectorService.upsert
(UpsertRequest request) The Upsert operation writes vectors into a namespace.