VectorSeedClient

A client for seeding vectors.

The seed method takes a list of VectorSeedRequests and seeds the documents.

Inheritors

Functions

Link copied to clipboard
abstract fun seed(documents: List<VectorSeedRequest>): Result<Unit, VectorClientException>