I am trying to create an Assistant using .csv but it is not letting me do it for retrieval function

I am trying to create an assistant, I have read the document, and it clearly states that a .csv file is supported for retrieval, but I am getting this error
“Failed to create assistant: UserError: Failed to index file: Unsupported file file-HqD9oDpOmHsOZhVHwwyQGbth type: application/csv”

Nevermind, I found the solution! Just converted .csv to .json and it is working like a charm!

1 Like