Skip to content
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

Conversation

sergiobayona
Copy link
Collaborator

@sergiobayona sergiobayona commented Apr 24, 2024

The following docs were updated to reflect Instructor-rb:

  • docs
    • blog
      • .authors.yml
      • index.md
    • concepts
      • patching.md
      • philosophy.md
      • schema.md
    • examples
      • action_items.md
      • action_itesm.png
      • index.md
    • overrides
      • main.html
    • contributing.md
    • help.md
    • index.md
    • installation.md

@sergiobayona sergiobayona linked an issue Apr 24, 2024 that may be closed by this pull request
@sergiobayona sergiobayona added the documentation Improvements or additions to documentation label Apr 24, 2024
@sergiobayona sergiobayona marked this pull request as draft April 24, 2024 17:14
Copy link
Contributor

@jxnl jxnl left a 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

@@ -0,0 +1,108 @@
# Text Classification
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: to ruby


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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: to ruby


Let's define the necessary models to represent the query plan and the queries.

```ts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: to ruby

@@ -0,0 +1,159 @@
# Example: Answering Questions with Validated Citations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: to ruby

@sergiobayona sergiobayona force-pushed the 3-set-up-mkdocs-documentation-like-in-instructor-aiinstructor-js branch from 14167c3 to 9d5b298 Compare May 7, 2024 15:41
@sergiobayona sergiobayona force-pushed the 3-set-up-mkdocs-documentation-like-in-instructor-aiinstructor-js branch from 119f6d4 to 3fc1b84 Compare May 7, 2024 16:00
@sergiobayona sergiobayona marked this pull request as ready for review May 7, 2024 16:05
@sergiobayona
Copy link
Collaborator Author

@jxnl okay I left the following placeholder files in the docs/examples folder:

  • classification.md
  • content_moderation.md
  • query_decomposition.md
  • self-correction.md
  • validated_citations.md

@sergiobayona sergiobayona merged commit 520aa3c into instructor-ai:main May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up MKDocs Documentation like in instructor-ai/instructor-js
2 participants