Find answers from the community

Updated 5 months ago

llama_index/llama-index-core/llama_index...

this line is causing too much of trouble https://github.com/run-llama/llama_index/blob/15227173b8c1241c9fbc761342a2344cd90c6593/llama-index-core/llama_index/core/llms/function_calling.py#L125
I'm seeing this error in BedrockConverse TypeError: Can't instantiate abstract class BedrockConverse with abstract method _prepare_chat_with_tools
Then if i do pip install --upgrade llama-index-llms-bedrock-converse, the problem goes away. anyone seeing this issue.
this becomes a problem in CI process in pip install requirements file
L
l
7 comments
Should just bump the llama-index-core reqs for the package imo
(well, for the bedrock package)
I'm not sure what the issue is though, seems like you've arrived at the solution (updating bedrock-llm to the latest)
i didn't know that there's a core package. let me add that to my req file. thx for the help @Logan M
Yea, the llama-index package isn't actually a package, but a wrapper around a few starter packages. You can definitely declare reqs individually instead
https://github.com/run-llama/llama_index/blob/6eea66ed23fb85ee77664148a4c2b66720caabeb/pyproject.toml#L60
niceee, this is awesome. thx appreciate it.
I'll keep you updated.
Add a reply
Sign up and join the conversation on Discord