getPayload

suspend fun getPayload(documentId: String): Vector?(source)

Retrieves the vector payload associated with the document identified by the given document ID.

Return

The vector associated with the document, or null if no such document exists.

Parameters

documentId

The unique identifier of the document whose vector is being retrieved.