holoviz / lumen

Illuminate your data.
https://lumen.holoviz.org
BSD 3-Clause "New" or "Revised" License
177 stars 20 forks source link

Improve joins on mismatch and finish select table to join implementation #658

Closed ahuang11 closed 3 months ago

ahuang11 commented 3 months ago

Updates prompt so LLM knows to perform nearest join match.

image

On randomized data, it seems to work

image

Another example; runs a bit slow on closest match

image image

This PR also fixes using NestedSelect instead of Upload to join table.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 31 lines in your changes missing coverage. Please review.

Project coverage is 57.32%. Comparing base (9839a5a) to head (505f3ad). Report is 5 commits behind head on main.

Files Patch % Lines
lumen/ai/controls.py 0.00% 28 Missing :warning:
lumen/ai/agents.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #658 +/- ## ========================================== - Coverage 57.41% 57.32% -0.09% ========================================== Files 98 98 Lines 11515 11533 +18 ========================================== Hits 6611 6611 - Misses 4904 4922 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.