Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 4 months ago
0
Follow
llama_index/llama-index-core/llama_index...
llama_index/llama-index-core/llama_index...
Inactive
0
Follow
l
llm_dev
4 months ago
ยท
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
Share
Open in Discord
L
Logan M
4 months ago
Should just bump the
llama-index-core
reqs for the package imo
L
Logan M
4 months ago
(well, for the bedrock package)
L
Logan M
4 months ago
I'm not sure what the issue is though, seems like you've arrived at the solution (updating bedrock-llm to the latest)
l
llm_dev
4 months ago
i didn't know that there's a core package. let me add that to my req file. thx for the help @Logan M
L
Logan M
4 months ago
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
l
llm_dev
4 months ago
niceee, this is awesome. thx appreciate it.
l
llm_dev
4 months ago
I'll keep you updated.
Add a reply
Sign up and join the conversation on Discord
Join on Discord