From 0a5aad84a9bde2352c6c42e916253089f5bb284b Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 25 Oct 2023 22:14:40 -0400 Subject: [PATCH] sellout.md --- docs/blog/posts/distilation-part1.md | 3 +++ docs/blog/posts/introduction.md | 4 +++- docs/blog/posts/rag-and-beyond.md | 3 ++- docs/blog/posts/validation-part1.md | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/distilation-part1.md b/docs/blog/posts/distilation-part1.md index c3b1017..e7f87ca 100644 --- a/docs/blog/posts/distilation-part1.md +++ b/docs/blog/posts/distilation-part1.md @@ -126,3 +126,6 @@ With this, you can swap the function implementation, making it backward compatib ## Conclusion We've seen how `Instructor` can make your life easier, from fine-tuning to distillation. Now if you're thinking wow, I'd love a backend service to do this for continously, you're in luck! Please check out the survey at [useinstructor.com](https://useinstructor.com) and let us know who you are. + + +If you enjoy the content or want to try out `instructor` please check out the [github](https://github.com/jxnl/instructor) and give us a star! \ No newline at end of file diff --git a/docs/blog/posts/introduction.md b/docs/blog/posts/introduction.md index 03d44de..dfea11b 100644 --- a/docs/blog/posts/introduction.md +++ b/docs/blog/posts/introduction.md @@ -175,4 +175,6 @@ class MaybeUser(BaseModel): ## Conclusion -Instructor, with Pydantic, simplifies interaction with language models. It is usable for both experienced and new developers. \ No newline at end of file +Instructor, with Pydantic, simplifies interaction with language models. It is usable for both experienced and new developers. + +If you enjoy the content or want to try out `instructor` please check out the [github](https://github.com/jxnl/instructor) and give us a star! \ No newline at end of file diff --git a/docs/blog/posts/rag-and-beyond.md b/docs/blog/posts/rag-and-beyond.md index dce5298..2a45b61 100644 --- a/docs/blog/posts/rag-and-beyond.md +++ b/docs/blog/posts/rag-and-beyond.md @@ -231,4 +231,5 @@ Here I want to show that `instructor`` isn’t just about data extraction. It’ I believe collaboration between domain experts and AI engineers is the key to enable advanced tool use. I’ve been building a new tool on top of instructor that enables seamless collaboration and experimentation on LLMs with structured outputs. If you’re interested, visit [useinstructor.com](https://useinstructor.com) and take our survey to join the waitlist. -Together, let’s create tools that are as brilliant as the minds that use them. + +If you enjoy the content or want to try out `instructor` please check out the [github](https://github.com/jxnl/instructor) and give us a star! \ No newline at end of file diff --git a/docs/blog/posts/validation-part1.md b/docs/blog/posts/validation-part1.md index 0523f46..e71b2b7 100644 --- a/docs/blog/posts/validation-part1.md +++ b/docs/blog/posts/validation-part1.md @@ -485,3 +485,5 @@ In this example, even though there is no code explicitly transforming the name t We've examined the limitations of traditional validation and how modern tools and AI can offer more robust solutions. From the simplicity of Pydantic and Instructor to the dynamic validation capabilities of LLMs, the landscape of validation is changing but without needing to introduce new contepts. With advanced techniques like validating attributes, chain of thought, and contextual validation, it's clear that the future of validation is not just about preventing bad data but about allowing llms to understand the data and correcting it. Remember, validation and error handling are crucial for ensuring the quality and reliability of AI systems. By applying the concepts discussed in this post, you can enhance the control flow and improve the overall performance of your AI application without introducting new concepts and standards. + +If you enjoy the content or want to try out `instructor` please check out the [github](https://github.com/jxnl/instructor) and give us a star! \ No newline at end of file