Rig 0.14.0 - 📡 Streams upgrade, new OpenAI responses API and more #583
mateobelanger
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rig 0.14.0 is out now!
This release brings major upgrades to the developer experience and wider GenAI provider support — with a strong focus on flexibility, integration, and streaming control.
Please see the bottom of this post for potential migration paths.
🔥 New features
ExtractorBuilder
Extractor
into its equivalent Agent type.completion_model()
)📚 Other improvements
Migration path
ResponsesCompletionModel
has a function calledcompletions_api()
that will take you straight to where you need to. If you need an agent builder out of that, there is now additionally aninto_agent_builder()
on the completions API CompletionModel.insert_documents
functions on various vector stores are now granted byInsertDocuments
. Please note not all integrations use this yet (as some integrations never had aninsert_documents
function) and we're working on this!Beta Was this translation helpful? Give feedback.
All reactions