embed_text method

embed_text

Embeds the text.

Returns

The success of operation.

def embed_text(self, text):
    ...
ParameterTypeDescription
textstrThe text string.

Example

Text embedding and validation.

See Also