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