yvann-ba / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡
MIT License
782 stars 289 forks source link

Wrong Analysis via Robby-chatbot #74

Open ojasmagarwal opened 3 months ago

ojasmagarwal commented 3 months ago

I added a csv file which has this dataset

https://www.kaggle.com/datasets/ncsaayali/cereals-data

and I asked a basic question, "What is the average calorie for the whole dataset?"

It answered me a wrong answer considering only 4 cereals and not the whole dataset. I asked it another question, "How many total cereals are there?", it answered "There are 12 cereals", but there are in total 78 cereals.

How is this bot working for you all?