Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed( self, model: str, texts: List[str], ) -> List
model
str
texts
List[str]
Embeds a list of texts synchronously.
The model to use for embedding.
List of texts to embed.