Local ai not returning correct data

I am planning to use local ai for processing purchase csv files. It contains lots of data like name, type, price etc etc. I did setup ai with following cole’s video. Now it downloags and imports csv from google drive. But when i ask it question like “What is price of popcorn” it doesnt give price from local csv file stored in quadrant. Insted it returns a random price :frowning: why is it not reading from local csv file? Do i need to setup something different to force it to use local store data only?

Hey @johalism! Could you share more what your workflow looks like? I assume this is in n8n?

I’m curious which LLM you are using too! Sometimes these issues come down to using a small LLM that is prone to hallucinating a lot.

I am using locally hosted n8n and locally hosted ollama with llama3.1. I works fine with documents and not the CSV files. I have tried storing data in supabase table but then it doesnt work either i have to be doing something wrong.