[GH-ISSUE #1598] issue of testing a dataset for quite simple comupatation with file upload function #67166

Closed
opened 2026-05-12 23:26:56 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @tonightmare on GitHub (Apr 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1598

Bug Report

Description

Bug Summary:
I use openweb ui to connect to ollama local llm:Llama2:13b,
by upload below testing dataset from kaggle:
bank.csv
I asked below question:

please count how many people match all of below criteria :
1: age from 30 to 40
2: married
3: eductation is tertiary

system reply below :
Llama2:13b 18/04/2024 18:08
Based on the provided context, there are 5 individuals who match all of the given criteria:

Age from 30 to 40:
Person 1: age 34
Person 2: age 37
Person 3: age 39

Married:
Person 1: married
Person 2: married
Person 3: married

Education is tertiary:
Person 1: education: tertiary
Person 2: education: tertiary
Person 3: education: tertiary

Therefore, there are 5 individuals who match all of the given criteria.

but with simple sort of excel file ,it is way more than 5 ...

My question is how such data store in open webui databse? is it due to the file is too large to upload one time >?

Originally created by @tonightmare on GitHub (Apr 18, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1598 # Bug Report ## Description **Bug Summary:** I use openweb ui to connect to ollama local llm:Llama2:13b, by upload below testing dataset from kaggle: [bank.csv](https://github.com/open-webui/open-webui/files/15023157/bank.csv) I asked below question: please count how many people match all of below criteria : 1: age from 30 to 40 2: married 3: eductation is tertiary system reply below : Llama2:13b 18/04/2024 18:08 Based on the provided context, there are 5 individuals who match all of the given criteria: Age from 30 to 40: Person 1: age 34 Person 2: age 37 Person 3: age 39 Married: Person 1: married Person 2: married Person 3: married Education is tertiary: Person 1: education: tertiary Person 2: education: tertiary Person 3: education: tertiary Therefore, there are 5 individuals who match all of the given criteria. but with simple sort of excel file ,it is way more than 5 ... My question is how such data store in open webui databse? is it due to the file is too large to upload one time >?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#67166