-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 set up mkdocs documentation like in instructor aiinstructor js #11
3 set up mkdocs documentation like in instructor aiinstructor js #11
Conversation
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.
lets delete the examples and ask the community to move stuff for now, and focus on install instructions and making sure stuff is working on install
docs/examples/classification.md
Outdated
@@ -0,0 +1,108 @@ | |||
# Text Classification |
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.
TODO: to ruby
docs/examples/content_moderation.md
Outdated
|
||
2. Define a Zod schema for our content, then super refine our `message` field with `moderationValidator(client)`. This means that after `message` is computed, it will be passed to `moderationValidator()` for validation. | ||
|
||
```ts |
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.
TODO: to ruby
docs/examples/query_decomposition.md
Outdated
|
||
Let's define the necessary models to represent the query plan and the queries. | ||
|
||
```ts |
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.
TODO: to ruby
docs/examples/validated_citations.md
Outdated
@@ -0,0 +1,159 @@ | |||
# Example: Answering Questions with Validated Citations |
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.
TODO: to ruby
14167c3
to
9d5b298
Compare
119f6d4
to
3fc1b84
Compare
@jxnl okay I left the following placeholder files in the
|
The following docs were updated to reflect Instructor-rb: