Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], ) -> List[List[float
texts
List[str]
Embed documents using a Deep Infra deployed embedding model. For larger batches, the input list of texts is chunked into smaller batches to avoid exceeding the maximum request size.
The list of texts to embed.