Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], batch_size: int = 0 ) ->
texts
List[str]
batch_size
int
0
Embed a list of documents.
List[str] The list of texts to embed.
[int] The batch size of embeddings to send to the model. If zero, then the largest batch size will be detected dynamically at the first request, starting from 250, down to 5.