Vercel AI sdk | CSV files
Unanswered
Giant resin bee posted this in #help-forum
Giant resin beeOP
What are the key components and best practices for developing a production-ready (RAG) application that efficiently handles and retrieves information from CSV files containing over 2000 rows of data?
4 Replies
Mallow bee
What is in the rows?
RAG works best on documents
if the rows resemble more like a database structure and you just want to query with natural language, then converting your message to a DB query works way better
but if you have a lot of text and you want to know everything in it about filing taxes, then RAG is the way to go