Hay Kranen

Results 14 issues of Hay Kranen

Right now it's not possible to replace a default loader (e.g. for `CsvLoader`) except by using hidden/private methods. For example: ```python from dataknead import Knead from my_csvloader import CsvLoader Knead._loaders["csv"]...

enhancement

Some loaders pass on additional arguments to the libraries they use to load the files (e.g. `ExcelLoader` passes on all arguments to `openpyxl`). Unfortunately not all loaders do this, so...

enhancement

When entering a PosixPath (e.g. from using `pathlib`) as input to a new `Knead` instance because it is not a string `dataknead` will think this is Python data (a native...

enhancement

So it allows you to do something like knead input.json -m text -o input.csv

enhancement

Unfortunately `facetool` doesn't build on Apple Silicon because `numpy` doesn't compile on Apple Silicon. The appropriate `numpy` issue can be found [here](https://github.com/numpy/numpy/issues/17807).

Hey, i've used your online version of this tool before, thanks so much for providing that. However, i now have a 350+ MB Access File, so i want to use...

This is not really an issue, but a compliment! Your script worked flawless on my system, and i got all my precious chat messages. Thank you so much! As a...

discussion

I tried using this tool to reconcile a list of about 100 church denominations (a gist can be [found here](https://gist.github.com/hay/463d4790291967c2af2cd30302d4b592)). Unfortunately, the results were pretty mediocre (only around 5 got...

### Which Cloudflare product does this pertain to? Workers AI ### Existing documentation URL(s) https://developers.cloudflare.com/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/ ### What changes are you suggesting? A couple of suggestions for this tutorial: 1) Under...

documentation
content:edit
product:ai-gateway

The current example fails because i'm using express 3.0, where `createServer` has been deprecated. This example fixes that.