adverse-sapphire
adverse-sapphire•2y ago

How can I upload CSV file into knowledgebase

I want to upload csv files onto voiceflow knowledgebase , How can i achieve that?
4 Replies
mere-teal
mere-teal•2y ago
Convert to txt?
W. Williams (SFT)
W. Williams (SFT)•2y ago
šŸ‘† yep. You can't directly upload a csv. Structured data like that is rough with RAG systems.
sensitive-blue
sensitive-blue•2y ago
On Stack AI or VectorShift, you have the possibility to use tables as KB. Although I reckon it is a bit arduous sometimes… Even using a logic of [user_input] > SQL query translator > KB (table) Could work on that with a good prompt chain that’s able to proceed as query transformer…
W. Williams (SFT)
W. Williams (SFT)•2y ago
VF has a new feature for uploading structured data, but it is currently in Beta. The biggest issue with CSV is the column HEADER/TITLE. While LLMs can read this info, if you chunk/vectorize the data, the first chunk contains the column title, but none of the other chunks have this data. You could always provide all the data in any call you need it, but that costs more $$$$.

Did you find this page helpful?