Find answers from the community

Updated 2 years ago

Hello

Hello,

When I try to run GPTSimpleVectorIndex.from_documents(documents), it returns AttributeError: 'dict' object has no attribute 'split', any idea on the reasons?
Attachment
image.png
w
L
7 comments
is it because the document is a dict? How to create index for dict?
Yea, try casting the dict as a string, or convert the Title and whatnot into a string manually
is it better to create the document in String? I created this Connector.
Yea, the document will work as a string πŸ‘πŸ‘
Document("my document text")
After I have modified the connector in Llama-hub, when I run feedlyRssReader = download_loader("FeedlyRssReader"), it is still the old version.

I remember in Llama-index, there is a llamhub_modules folder. Is it still using the old version since I downloaded it previously? How can I receive the update version?
I found it: refresh_cache
Add a reply
Sign up and join the conversation on Discord