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 2 years ago
0
Follow
Latest update with GPTSimpleVectorIndex
Latest update with GPTSimpleVectorIndex
Inactive
0
Follow
R
Robert H
2 years ago
Β·
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
Share
Open in Discord
L
Logan M
2 years ago
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
Join on Discord