Find answers from the community

Updated last year

V0.10

At a glance

The community member who posted the original question is unsure whether they need to install llama-index or just llama-index-core after upgrading to version 0.10. The comments provide some guidance:

- llama-index-core is a barebones version without integrations, while llama-index includes additional features to get started quickly, mainly with OpenAI.

- If the community member wants to use the .legacy. functionality instead of the full migration, they would need to install llama-index.

- Alternatively, they could just install llama-index-legacy and import from llama_index.legacy.X.

There is no explicitly marked answer in the comments, but the community members provide suggestions to help the original poster determine the appropriate package to install.

Hi!
after upgrade to v0.10 do I still need to install llama-index?
or llama-index-core only?
L
A
3 comments
Up to you! llama-index-core is barebones (no integrations)

llama-index bundles a few things with core to get started quickly (mainly with openai)
ah, ok, so if I for instance want to use .legacy. instead of the full migration, I'd need llama-index, correct?
tbh then you'd only need pip install llama-index-legacy, and all your imports would be from llama_index.legacy.X
Add a reply
Sign up and join the conversation on Discord