Timon Vonk

Results 19 issues of Timon Vonk

Method missing is no longer needed in base, should be re-factored to dynamic dispatch for speed.

nice-to-have

Needs api documentation on generated methods

documentation

The regex in method missing, and respond_to of course, should also allow words seperated by underscore. Fixing it by making two regexes is possible, but one would be nicer.

bug

Rollable should work with any ORM.

feature

Hey everyone, amazing work on Ragas! Recently I've been working on [Swiftide](https://github.com/bosun-ai/swiftide), and I'm looking to integrate with an evaluation framework. Rust is great at performance, Python is king at...

Hey there, Figured I'd give it another shot to integrate mistral.rs with [Swiftide](https://github.com/bosun-ai/swiftide). Tested several text models and it works great. Kudos on the new v4 builder style api, it's...

Needs a bit more testing / docs and see if we can add some kind of test here. Only implements text models with simple request building and provides a base...

Postgres with PGVector is popular for good reasons and it makes sense to support it. There are two parts to the integration, implementing `Persist` and implementing (various) search strategies. Before...

enhancement
help wanted

Recently https://github.com/EricLBuehler/mistral.rs released, a really nice solution to, besides mistral, add support for a lot of huggingface models. By implementing SimplePrompt, existing transformers that prompt should be able to use...

enhancement
parked

**Is your feature request related to a problem? Please describe.** Currently pipeline steps and prompting/embedding clients require owned arguments. In examples and in production code this leads to a lot...

help wanted