Replies: 4 comments 3 replies
-
I would like to know this as well! |
Beta Was this translation helpful? Give feedback.
-
Yeah, i made it work on loading the CSV file perfectly. the response is actually alot better if you ingest your data in CSV format which is more organized. one thing i noticed, is that each row is considered a single vector in pinecone, example if you have 100 rows in your csv, you will see 100 vectors in your index in pinecone.
hope it helps. |
Beta Was this translation helpful? Give feedback.
-
Update to @xubairp's comment: Install required dependencies
Import .csv file loader
Update directoryLoader declaration
|
Beta Was this translation helpful? Give feedback.
-
I tried repeating this process for pptx and it failed. I assume I need to modify something in langchain. Any ideas how to extend this to other langchain document loaders? |
Beta Was this translation helpful? Give feedback.
-
Hi,
How can i modify the code to ingest .csv and text files?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions