Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix schema enums #785

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix schema enums #785

wants to merge 2 commits into from

Conversation

ahuang11
Copy link
Contributor

  1. when limited to the first 100 rows, and the column had missing data in the first 100, the LLM was stating that columns "were placeholders" or it had no available data, which was misleading
image

Instead, it should mention the data was truncated:
image

  1. I changed the limit from 100 to 1000; shouldn't seriously affect performance on modern processors(?)
  2. The count was placed in the nested dict vs outer dict.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 60.98%. Comparing base (2c83a1b) to head (6c84c1e).

Files with missing lines Patch % Lines
lumen/ai/agents.py 0.00% 1 Missing ⚠️
lumen/ai/utils.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #785      +/-   ##
==========================================
- Coverage   60.98%   60.98%   -0.01%     
==========================================
  Files         103      103              
  Lines       12544    12546       +2     
==========================================
+ Hits         7650     7651       +1     
- Misses       4894     4895       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant