Victoria Terenina

Results 6 comments of Victoria Terenina

Update the tests to not use deprecated `Function`?: https://github.com/dottxt-ai/outlines/blob/79100b293f861ee8bd74390527ec25cb6fe3b670/tests/test_function.py (Nice to see the deprecation working properly though!)

Also, found mention in quickstart docs, needs to be updated too: https://github.com/dottxt-ai/outlines/blob/79100b293f861ee8bd74390527ec25cb6fe3b670/docs/quickstart.md?plain=1#L186-L190

(this is about generating _interface_ files from bindings, not bindings) But I don't have an answer about this preference, it was introduced in the repo before I started working on...

@yvan-sraka So `to_regex` is an entry point, then it branches out depending on the key. If both `type` & `properties` are defined, only `properties` will be executed (because it's a...

Hey @sky-2002 Apologies, I now assigned myself to this issue and I will figure out a better way to communicate issues like this, which is more of a note to...

@sky-2002 There are some unassigned issues with json schema, for example, recently `outlines` added support for objects in enum fields, but we didn't have it here: https://github.com/dottxt-ai/outlines-core/issues/100