Skip to content

Update LlamaIndex quickstart notebook #50

@joeferraratonic

Description

@joeferraratonic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions