The return options for text embeddings.

interface EmbeddingReturnOptions {
    input_text?: boolean;
}

Properties

Properties

input_text?: boolean

Include the input text in each of the results documents.