Releases: instructor-ai/instructor
Releases · instructor-ai/instructor
0.2.2
0.2.1
What's Changed
- Implement streaming entities via MultiTask by @jxnl in #64
- Add refactoring example to gpt-engineer by @cristobalcl in #61
- Small typo in readme by @bllchmbrs in #69
- Update mkdocs ci by @DaveOkpare in #67
New Contributors
- @bllchmbrs made their first contribution in #69
Full Changelog: 0.2.0...0.2.1
0.2.0
0.1.2
0.1.1
What's Changed
- Improve doc configs w/ line highlights by @jxnl in #48
- typo readme DSL example by @adriangalilea in #50
- Add python 3.11 to test matrix by @awtkns in #51
- Minor fixes on docs/index.md by @DaveOkpare in #57
- Fix typos by @DaveOkpare in #58
- Completion create function returns openai completion if there is no f… by @Phodaie in #56
- fix: update variable name in from_response example by @marcosmagallanes in #59
- fixed docstring typos by @fpingham in #60
- Add documentation for multi file programs by @DaveOkpare in #52
New Contributors
- @adriangalilea made their first contribution in #50
- @awtkns made their first contribution in #51
- @Phodaie made their first contribution in #56
- @marcosmagallanes made their first contribution in #59
Full Changelog: 0.1.0...0.1.1
Prompting DSL with Documentation
What's Changed
- Installed erdantic and added schemas by @DaveOkpare in #20
- No exp by @jxnl in #26
- Experimental Prompting DSL by @jxnl in #25
- fixed completions endpoint and readme details for dsl example by @fpingham in #33
- Added openai_schema decorator by @DaveOkpare in #34
- GitHub Action for testing by @cristobalcl in #38
- warning for v > 3.9, correct package name. by @zShanCS in #43
- Docs! Help wanted, adding examples. by @jxnl in #44
- Attempt to support DSL by @jxnl in #45
New Contributors
- @cristobalcl made their first contribution in #38
- @zShanCS made their first contribution in #43
Full Changelog: 0.0.5...0.1.0
Add support for DSL
In this release we have some more documentation and included a preliminary version of the DSL and also some documentation thanks for mkdoc
In the 0.1.x release we hope to release more documentation around using the DSL and a library of examples to get people's creative juices flowing.
What's Changed
- Experimental Prompting DSL by @jxnl in #25
- fixed completions endpoint and readme details for dsl example by @fpingham in #33
- Added openai_schema decorator by @DaveOkpare in #34
- GitHub Action for testing by @cristobalcl in #38
- warning for v > 3.9, correct package name. by @zShanCS in #43
- Docs! Help wanted, adding examples. by @jxnl in #44
- Attempt to support DSL by @jxnl in #45
New Contributors
- @cristobalcl made their first contribution in #38
- @zShanCS made their first contribution in #43
Full Changelog: 0.0.5...0.1.0
0.0.5
0.0.4
Full Changelog: 0.0.3...0.0.4
Updated readme.