-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notebook for structured output generation with Instructor #44
Conversation
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
tutorials/structured-output-instructor/structured_output_instructor.ipynb
Outdated
Show resolved
Hide resolved
Finally had a chance to review this and I just want to say a huge thank you because this is extremely well done and very valuable. Just a few small suggestions for wording that I'd love if you could review and incorporate. Overall, what a great addition to have in our cookbook! Fantastic job! 🚀 Can't wait to merge this and promote to our community. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested changes reviewed and incorporated!
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
…uctor.ipynb Co-authored-by: Hatice Ozen <139392640+hozen-groq@users.noreply.github.com>
This pull request adds a new notebook to the tutorials showcasing how to generate structured JSON outputs with
groq
andinstructor
. Theinstructor
library already has a Groq integration and it makes it very easy to work with pydantic models for structured output generation. This notebook is inspired by OpenAI's structured output generation feature, which itself is seemingly inspired by theinstructor
library.