Amazon web services – how to batch process in aws bedrock?
based on aws docs provided here , https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html. In the following example, a model in bedrock is invoked to generate embeddings. instead of making individual calls to bedrock , is there a way to pass in batch of text, say…