-
-
Constructor Summary
Constructors
-
Method Summary
Add all vectors from the map.
Methods inherited from class io.weaviate.client.base.AsyncBaseClient
getRequest, sendDeleteRequest, sendDeleteRequest, sendGetRequest, sendGetRequest, sendHeadRequest, sendHeadRequest, sendPatchRequest, sendPatchRequest, sendPostRequest, sendPostRequest, sendPutRequest, sendPutRequest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VectorAdder
public VectorAdder(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client,
Config config,
AccessTokenProvider tokenProvider)
-
Method Details
-
-
withVectorConfig
Add a named vectors. This method can be chained to add multiple named vectors
without using a
Map.
-
withVectorConfig
Add all vectors from the map. This will overwrite any vectors added
previously.
-