llama_index icon indicating copy to clipboard operation
llama_index copied to clipboard

[Bug]: BedrockEmbedding Async Methods Are Obviously Not Async

Open brycecf opened this issue 5 months ago • 2 comments

Bug Description

BedrockEmbedding._aget_query_embedding & _aget_text_embedding both just use the standard synchronous function.

This should have at least been marked as "Not Implemented".

Version

0.3.0 (the integration version)

Steps to Reproduce

See source code.

Relevant Logs/Tracbacks

No response

brycecf avatar Sep 12 '24 19:09 brycecf