crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
8 stars 7 forks source link

LLM: Get rid of dependency to `pueblo[fileio]` #428

Closed amotl closed 2 months ago

amotl commented 2 months ago

Problem

pueblo[fileio], being a bit heavy, caused troubles on Google Colab, as reported by @hammerhead.

Solution

This patch gets rid of that dependency completely.