You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we've been dealing with this error a lot recently. Will tag a new dev release now with some prompting improvements but it seems like we may have to validate the tables manually rather than using Literal types for validation.
I think this is partially because Mistral-Instruct 7B does not work well with structured output (indicated by the empty output input_value='' in Input should be './penguins.csv' [type=literal_error, input_value=''
Newer models like Qwen 7B seem to work much better, and faster as implemented in #780. If you have the chance, please test that branch and let me know if that fixes this problem!
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Description of expected behavior and the observed behavior
Tell me about the dataset.
pillComplete, minimal, self-contained example code that reproduces the issue
Clone the repo, and install using pixi
Download the penguins data to the same folder you cloned the repo to
Next run the app, and load the penguins data into it.
Loaded data in the app
click on the pill to tell you about the data
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: