Ask a question to get started
Enter to sendā¢Shift+Enter new line
Call out to Voyage Embedding endpoint for embedding general text.
embed_general_texts( self, texts: List[str], *, input_type: Optional[str] = None ) -> List[List[float]]
texts
List[str]
The list of texts to embed.
input_type
Optional[str]
None
Type of the input text. Default to None, meaning the type is unspecified. Other options: query, document.