Prashanth Rao
Prashanth Rao
That's exactly the tweet I wanted to see, thanks for pointing it out! I hope this feature is considered, as this is, for me, is the FINAL step in completely...
Thanks @bluss for the ideas. Just in case anybody else stumbles across this thread, I did the following and it worked for me using Jupyter Lab: ```bash # Start project...
This still isn't documented, but is a great feature! Found this via stackoverflow. Something like this: ### Generating `pyproject.toml` from `requirements.txt` ```bash uv add -r requirements.txt ``` cc @zanieb
> [@prrao87](https://github.com/prrao87) This is not working anymore. I am getting the following error after running the command you mentioned > > ``` > error: No `pyproject.toml` found in current directory...
Hi @fazpu, thanks for the feature request. Would you be up for a quick call to discuss your use case? We get a lot of requests from users and it...
Hi @BjarkeTornager, this is something that could be on the roadmap but not yet been prioritized as we typically wait for several upvotes from the community to decide how much...
Just adding some scope for initial functionality here: The proposed integration would behave just like the Pandas/Polars DataFrame integration does: - Scan data from PySpark DataFrame into a Kùzu node/rel...
Hi, just revisiting this before the ship sails too far away from the port :)
cc'ing @semihsalihoglu-uw @acquamarin and @mewim on this one. The folks at Cognee are interested in having more stable backups of their Kuzu databases when they deploy Kuzu alongside their setup...
Thanks for the input @opentyler. Have you seen examples of DuckDB doing something along these lines? In its internals, Kuzu is much more similar to DuckDB than it is to...