Find answers from the community

Home
Members
Seetrax
S
Seetrax
Offline, last seen 3 months ago
Joined September 25, 2024
I am trying to import SimpledirectoryReader from llama_index. I believe I have downloaded all dependencies for the library. But for some reason it shows the line : from llama_index.core.schema.response import Response and tells ImportError f circular import. The code works fine in colab. But in person laptop, it seems to face this problem in first import statement itself
1 comment
W