Find answers from the community

Updated 8 months ago

is this the right place to ask for some

is this the right place to ask for some import error help?
L
c
10 comments
most likely, whats up?
hey , having a hard time figuring out the mappings inside llama-index
in general things got moved to core it looks like , so now i'm doing
from llama_index.core import ServiceContext
yay now that works. But items like this i am struggling to find.
WAS:
from llama_index.llms import LlamaCPP
IS:
from llama_index.llms.llama_cpp import LlamaCPP
every integration is a (namespaced) package, so you have to install and then import

https://llamahub.ai should have every install and import
yup i'm seeing, ok, i think mostly just confused on the documentation , i think i'm ok
hopefully most of the documentation is updated with proper installs and imports πŸ˜… Let me know if not
it looks like it is, just had to wrap my head around the lookup process, ty!
Add a reply
Sign up and join the conversation on Discord