-
-
Notifications
You must be signed in to change notification settings - Fork 694
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
docs: update installation and usage examples for LLM integrations #1210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ellipsis-dev
bot
changed the title
...
docs: update installation and usage examples for LLM integrations
Nov 23, 2024
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.
👍 Looks good to me! Reviewed everything up to 27e67cc in 33 seconds
More details
- Looked at
1109
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
7
drafted comments based on config settings.
1. docs/index.md:70
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
2. docs/index.md:120
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. This applies to other examples as well. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
3. docs/index.md:162
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. This applies to other examples as well. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
4. docs/index.md:239
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. This applies to other examples as well. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
5. docs/index.md:279
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. This applies to other examples as well. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
6. docs/index.md:121
- Draft comment:
Ensure that all necessary imports are included in the code examples. For instance,Mode
is used but not imported in this example. This applies to other examples as well. - Reason this comment was not posted:
Confidence changes required:80%
The code examples in the documentation are missing imports for some classes and functions, which could confuse users trying to follow along.
7. docs/index.md:97
- Draft comment:
Make sure to add new examples to mkdocs.yml when they are created or updated. This applies to all new examples added in this PR. - Reason this comment was not posted:
Confidence changes required:80%
The PR adds new examples and documentation for various integrations. However, it does not update the mkdocs.yml file to include these new examples, which is a requirement when new examples are added.
Workflow ID: wflow_beUmBPZQYR6ERG7h
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Deploying instructor-py with Cloudflare Pages
|
github-actions
bot
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Nov 23, 2024
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
enhancement
New feature or request
size:M
This PR changes 30-99 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Updated documentation to include installation and usage examples for multiple LLM integrations, and highlighted new features like hooks, type inference, templating, and validation.
OpenAI
,Ollama
,llama-cpp-python
,Anthropic
,Gemini
,Vertex AI
,Groq
,Litellm
,Cohere
,Cerebras
, andFireworks
.create_*
methods for iterables and partials.Why use Instructor?
section to highlight API simplicity, multi-language support, reasking, streaming, and type hinting.This description was created by for 27e67cc. It will automatically update as commits are pushed.