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 7 months ago
0
Follow
is this the right place to ask for some
is this the right place to ask for some
Inactive
0
Follow
c
cazub0621
7 months ago
Β·
is this the right place to ask for some import error help?
L
c
10 comments
Share
Open in Discord
L
Logan M
7 months ago
most likely, whats up?
c
cazub0621
7 months ago
hey , having a hard time figuring out the mappings inside llama-index
c
cazub0621
7 months ago
in general things got moved to core it looks like , so now i'm doing
from llama_index.core import ServiceContext
c
cazub0621
7 months ago
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
c
cazub0621
7 months ago
i'm at the git project trying to take a best-guess at the locations now -->
https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/embeddings/llama-index-embeddings-huggingface
L
Logan M
7 months ago
every integration is a (namespaced) package, so you have to install and then import
https://llamahub.ai
should have every install and import
c
cazub0621
7 months ago
yup i'm seeing, ok, i think mostly just confused on the documentation , i think i'm ok
c
cazub0621
7 months ago
ty!
L
Logan M
7 months ago
hopefully most of the documentation is updated with proper installs and imports π Let me know if not
c
cazub0621
7 months ago
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
Join on Discord