Luigi

Results 8 issues of Luigi

Hello, while launching the boston house regression app (app 9) I get this error: > KeyError: > Traceback: > File "/home/xxx/anaconda3/envs/stl/lib/python3.8/site-packages/streamlit/script_runner.py", line 332, in _run_script > exec(code, module.__dict__) > File...

Hello, I am trying to use ggplot2 to create a facet_wrap plot for a dataframe with over 1 billion lines. My code: ``` ggplot(data = enel_changes) + geom_boxplot(aes(x=freq, y=change)) +...

**Is your feature request related to a problem? Please describe.** Using local LLMs instead than OpenAI API as backend **Describe the solution you'd like** Create a DemoGPT agent from a...

enhancement

Hello, I recently discovered rig, and I love the project! (I come from the Python worlds, and I am addicted to pyenv) I have several projects (organized with renv) that...

bug
Linux

I just installed datasette with pipx (Ubuntu 22.04), and I injected datasette-upload-csvs with: `pipx inject datasette datasette-upload-csvs` Then I launch datasette with root permissions `datasette --root` and click on the...

Hello, when I try to install the joplin-api package I have an error. Even the link seems not working: [https://pypi.org/project/joplin-api/](https://pypi.org/project/joplin-api/) returns a page not found error. Any idea how to...

### Issue Not able to change distance model when creating a collection with FastEmbed. ### Minimal steps to reproduce ``` from qdrant_client import QdrantClient from qdrant_client.models import Distance client =...

uminio is a MicroPython client for MinIO object storage. This commit add the uminio folder and all its content in the python-ecosys folder. Original implementation for AWS S3: https://github.com/DanielMilstein/uboto3/