Ask a question to get started
Enter to sendā¢Shift+Enter new line
embed_documents( self, texts: List[str], chunk_size: int = 64 ) ->
texts
List[str]
chunk_size
int
64
Compute doc embeddings using a SageMaker Inference Endpoint.
The list of texts to embed.
The chunk size defines how many input texts will be grouped together as request. If None, will use the chunk size specified by the class.