Find answers from the community

Updated 2 years ago

Latest update with GPTSimpleVectorIndex

Latest update with GPTSimpleVectorIndex renaming has broken tutorials -

from llama_index import VectorStoreIndex, SimpleDirectoryReader

documents = SimpleDirectoryReader('data').load_data()
index = VectorStoreIndex.from_documents(documents)

Does not work due to GPT renaming
L
1 comment
These imports work if you install directly from source/git

A new version will be pushed to pypi shortly πŸ™‚
Add a reply
Sign up and join the conversation on Discord