Question Answering project based on using pinecone and CSVReader. #1956
Unanswered
JYPark-Code
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I'm trying to solve the same. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Question Answering task, my input is an Excel (.csv) file. After loading the data using CSVReader, how can I embed the Excel file? In my last project, I completed this task using PDFReader and splitting the contents with the "text_splitter" function. However, for a .csv file, I'm not sure which type of data splitting is needed for embedding in Pinecone. I've checked the official documentation and Chase's YouTube videos several times, but I'm still unsure how to solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions