langchain/docs
Piyush Jain 8eea46ed0e
Bedrock embeddings async methods (#9024)
## Description
This PR adds the `aembed_query` and `aembed_documents` async methods for
improving the embeddings generation for large documents. The
implementation uses asyncio tasks and gather to achieve concurrency as
there is no bedrock async API in boto3.

### Maintainers
@agola11 
@aarora79  

### Open questions
To avoid throttling from the Bedrock API, should there be an option to
limit the concurrency of the calls?
2023-08-10 14:21:03 -07:00
..
api_reference update api ref exampels (#9065) 2023-08-10 11:28:24 -07:00
docs_skeleton docs: (Mendable Search) Fixes stuck when tabbing out issue (#9074) 2023-08-10 13:46:06 -07:00
extras Bedrock embeddings async methods (#9024) 2023-08-10 14:21:03 -07:00
snippets API use case (#8546) 2023-08-10 07:52:54 -07:00
.local_build.sh Update local script for docs build (#8377) 2023-07-27 13:13:59 -07:00
package-lock.json docs: New experimental UI for Mendable Search (#6558) 2023-07-03 20:52:13 +01:00
vercel_requirements.txt Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00