Skip to content

Commit

Permalink
fix: fixed up tenacity link
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 13, 2024
1 parent 595bfa7 commit 0b49ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/chat-with-your-pdf-with-gemini.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The combination of Gemini and Instructor offers several key advantages over trad

**Simple Integration** - Unlike traditional approaches that require complex document processing pipelines, chunking strategies, and embedding databases, you can directly process PDFs with just a few lines of code. This dramatically reduces development time and maintenance overhead.

**Structured Output** - Instructor's Pydantic integration ensures you get exactly the data structure you need. The model's outputs are automatically validated and typed, making it easier to build reliable applications. If the extraction fails, Instructor automatically handles the retries for you with support for [custom retry logic using tenacity].
**Structured Output** - Instructor's Pydantic integration ensures you get exactly the data structure you need. The model's outputs are automatically validated and typed, making it easier to build reliable applications. If the extraction fails, Instructor automatically handles the retries for you with support for [custom retry logic using tenacity](../../concepts/retrying.md).

**Multimodal Support** - Gemini's multimodal capabilities mean this same approach works for various file types. You can process images, videos, and audio files all in the same api request. Check out our [multimodal processing guide](./multimodal-gemini.md) to see how we extract structured data from travel videos.

Expand Down

0 comments on commit 0b49ff9

Please sign in to comment.