Skip to content

Commit

Permalink
docs: Update documentation links from /integrations/ to /hub/
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 18, 2024
1 parent f03c38b commit 742b4bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ If you want to get updates on new features and tips on how to use Instructor, yo
- [llama-cpp-python Integration](../integrations/llama-cpp-python.md)
- [Anyscale Integration](../integrations/anyscale.md)
- [Together Compute Integration](../integrations/together.md)
- [Extracting Data into Pandas DataFrame using GPT-3.5 Turbo](../integrations/pandas_df.md)
- [Implementing Streaming Partial Responses with Field-Level Streaming](../integrations/partial_streaming.md)
- [Extracting Data into Pandas DataFrame using GPT-3.5 Turbo](../hub/pandas_df.md)
- [Implementing Streaming Partial Responses with Field-Level Streaming](../hub/partial_streaming.md)

## Media and Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn to implement single-label and multi-label text classification

# Text Classification using OpenAI and Pydantic

This tutorial showcases how to implement text classification tasks—specifically, single-label and multi-label classifications—using the OpenAI API and Pydantic models. If you want to see full examples check out the hub examples for [single classification](../integrations/single_classification.md) and [multi classification](../integrations/multiple_classification.md)
This tutorial showcases how to implement text classification tasks—specifically, single-label and multi-label classifications—using the OpenAI API and Pydantic models. If you want to see full examples check out the hub examples for [single classification](../hub/single_classification.md) and [multi classification](../hub/multiple_classification.md)

!!! tips "Motivation"

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Welcome to our collection of cookbooks showcasing the power of structured output
7. [Complex Query Decomposition](planning-tasks.md): Break down intricate queries into manageable subtasks for thorough analysis.
8. [Entity Extraction and Resolution](entity_resolution.md): Identify and disambiguate named entities in text.
9. [PII Sanitization](pii.md): Detect and redact sensitive personal information from text data.
10. [Action Item and Dependency Extraction](../integrations/action_items.md): Generate structured task lists and relationships from meeting transcripts.
10. [Action Item and Dependency Extraction](../hub/action_items.md): Generate structured task lists and relationships from meeting transcripts.
11. [OpenAI Content Moderation Integration](moderation.md): Implement content filtering using OpenAI's moderation API.
12. [Table Extraction with GPT-Vision](extracting_tables.md): Convert image-based tables into structured data using AI vision capabilities.
13. [AI-Powered Ad Copy Generation from Images](image_to_ad_copy.md): Create compelling advertising text based on visual content.
Expand Down

0 comments on commit 742b4bb

Please sign in to comment.