I am trying to upload my csv files to weaviate after creating sandbox account. Don’t see any option for upload. My other choice is through Python which I never used. What are my options?
hi @Crazydarkman113 !!
Welcome to our community
Weaviate is a Database. So you will need other tools in order to load a csv file.
One option is to leverage frameworks like Langchain.
Here, for example, we have a python recipe that will do exactly that, but for PDF files:
Now, in order to load up CSV files, you can use langchain for that, as documented here:
This, of course, will require some python coding.
Let me know if I can help on that.
We host weekly office hours where we can eventually tackle this and guide you thru this journey.
Thanks!
1 Like