Alexander Crössmann

Results 5 comments of Alexander Crössmann

I think I had the same problem on Ubuntu 22.04 python 3.10. The chromium version that pyppeteer installs is not working. I installed chromium via apt and pointed pyppeteer towards...

I got the same promlem but ```bash uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu ``` works. It gets uninstalled after every `uv sync`, but my workaround is ```bash uv...

What about https://github.com/andrewyng/aisuite ? That seems more lightweight but would also enable a variety of models at once.

Is there a plan to fix the broken polars integration in future lancedb versions?

I checked again with the latest version of polars. This is my test script: ```python import polars as pl import lancedb db = lancedb.connect("/tmp/lancedb_test_db") if "greatings" not in db.table_names(): _df...