Abhi Agarwal

Results 11 issues of Abhi Agarwal

### Describe the feature I'm working with adding some plumbing between our backend system and Trino, and we're trying to derive more type information to speed up Python. Trino gives...

# Description pyo3 recently released 0.21.0, which came with some big breaking changes (see: [migration guide](https://pyo3.rs/v0.21.0/migration.html)). This requires rewriting a good chunk of functions, but brings increased performance + memory...

enhancement

Marked draft because I haven't extensively tested yet. This adds the ability to include arbitrary mods inside the release zips / mod deploy by specifying `` items in `ItemGroups`. Often,...

This plugin adds social media embedding to quartz, transforming a link into an embed. I've only implemented Twitter so far. You can see it in action [on my website](https://notes.abhi.rodeo/sports/nba/basketball-moments-i'll-remember/jamal-murray-game-winner-2024). Currently,...

I noticed some from_str impls should be using `FromStr` trait instead, so I converted them. I additionally simplified some macros since the compiler now knows that all its callers implement...

Currently, Polars supports defining custom functions on the DataFrame namespace on the python side with `pl.api.register_dataframe_namespace`/`pl.api.register_lazyframe_namespace`. Would it be possible for pyo3-polars to support creating a custom DataFrame namespace with...

### Background & Description Since I'm using LLamaSharp on the edge, initial prompt evaluation is high fixed cost. Since my prompts are static (for the most part), I'd like to...

Hey there, Thanks for the great resource. The files are huge, and for good reason — but they're also stored as CSVs. Would it be possible to instead store the...

Contains the initial skeleton for server code. Only does routing, the business logic are left purposefully empty. The goal with the Utoipa annotations is to have docs+code in the same...

**Description**: Adds a vector store integration with [sqlite-vec](https://alexgarcia.xyz/sqlite-vec/), the successor to sqlite-vss that is a single C file with no external dependencies. Pretty straightforward, just copy-pasted the sqlite-vss integration and...

Ɑ: vector store
🤖:enhancement
size:XL
community