mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #1598] issue of testing a dataset for quite simple comupatation with file upload function #83302
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 >?