Converts text (provided via a VectorStoreEmbedInput object) into vector embeddings using the Vectoriser and returns a VectorStoreEmbedOutput dataframe with columns id, text, and embedding.
Parameters
Name
Type
Description
Default
query
VectorStoreEmbedInput
The VectorStoreEmbedInput object containing the strings to be embedded and their ids.
required
Returns
Name
Type
Description
VectorStoreEmbedOutput
The VectorStoreEmbedOutput object containing the embeddings along with their corresponding ids and texts.