dominik

Results 17 comments of dominik
trafficstars

I don't think there is a real downside. This approach is also described here: https://delta-io.github.io/delta-rs/python/usage.html for dask dataframes. I think this could live inside rust and benefit from the things...

I was not able to make it work with an object store (azure storage account). ``` file_url = f"abfss://[email protected]/delta/item" file_url = f"abfss://mycontainer/delta/item" # tried both storage_options = { "account_name": "mystorage",...

I did some extensive test with the application we are running. I compared the `scan_delta` vs `concat_parquet` approach. We are using for example `offset` this is way slower with the...

Any news on this one? I am eagerly waiting for this feature 😄. I saw that in release 1.0.0 were features released that would help with ColumnMapping and DeletionVector. Are...

Aren't these [Pipe](https://docs.openwebui.com/features/plugin/functions/pipe#q5-what-is-the-difference-between-the-pipe-and-pipes-functions ) functions? Like this example I found: [Example](https://openwebui.com/f/linsuisheng034/deepbricksbycline ) But yes, having event_emitter in the pipelines would also be great. We use it for RAG and being...

I can resolve the conflicts or refactor it if nothing is fundamentally wrong and has a chance of being merged. Just let me know.

As the pipe is currently handled, it only supports synchronous functions [code where the pipe is loaded](https://github.com/open-webui/pipelines/blob/f89ab37f53634f9e2414b6aea1c7cd3df7351463/main.py#L680) We would also like to use ainvoke in a langchain / langgraph pipeline....