Find answers from the community

Home
Members
Impressive_Wheel_507
I
Impressive_Wheel_507
Offline, last seen 3 months ago
Joined September 25, 2024
Hi, I'm currently using SimpleDirectoryReader, to iterate through a CSV and a TXT file. When I print the documents it does show me both files combined together. However, when I query using the text-ada-001 method, it just doesn't work. However, when I remove the txt file and leave the csv file, it's able to give me the appropriate response. I'm guessing this might have to do with indexing?

documents = SimpleDirectoryReader('knowledgeBase').load_data()
print(documents)
1 comment
L