Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LlamaIndex quickstart notebook #50

Open
joeferraratonic opened this issue Feb 16, 2024 · 0 comments
Open

Update LlamaIndex quickstart notebook #50

joeferraratonic opened this issue Feb 16, 2024 · 0 comments

Comments

@joeferraratonic
Copy link
Collaborator

LlamaIndex recently restructured their packages. The notebook https://github.com/TonicAI/tonic_validate/blob/main/examples/quickstart_llama_index.ipynb needs to be updated to reflect this. The main change is to change the initial import from

from llama_index import VectorStoreIndex, SimpleDirectoryReader

to

from llama_index.core import VectorStoreIndex, SimpleDirectoryReader

Also make any other changes the notebook may need to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant