store

open suspend override fun store(document: Document, data: Unit): String(source)

Stores the given document after embedding it into a vector representation.

Return

A string representing the unique identifier of the stored document.

Parameters

document

The document to be stored.

data

A placeholder parameter, not used in the current implementation.