Creating vector DB from the CSV files

Hi,

I want to create a vector db from my CSV data. There is not data for parsing it to json, so I want to use the power of LLM to make my requests with higher accuracy. Is there a way to make this, creating a vector-db from CSV files.

Thanks…