Find answers from the community

Updated 9 months ago

Async

Hello,

I am getting Not implemented Error ( traceback attached) when trying to execute Guideline Evaluator with Bedrock https://docs.llamaindex.ai/en/stable/examples/evaluation/guideline_eval.html

However in my code am using eveluate_response and not aevaluate_response so I am wondering why it's using acomplete (which is not implemented) instead of complete.
L
b
2 comments
It's using acomplete because under the the sync method is calling thr async method to reduce code duplication

Probably someone should make a PR to add async to bedrock lol
Lol i think i will do so
Add a reply
Sign up and join the conversation on Discord