fix: update broken fine-tuning docs links in ft_retrieval_augmented_generation_qdrant.ipynb#2644
Open
SanskaarUndale21 wants to merge 1 commit intoopenai:mainfrom
Conversation
…eneration_qdrant.ipynb Fixes openai#2320 The fine-tuning documentation links in the Qdrant RAG fine-tuning notebook were pointing to a deprecated URL path that no longer exists on the OpenAI platform docs: https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model Both occurrences have been updated to the current OpenAI Developers guide for supervised fine-tuning: https://developers.openai.com/api/docs/guides/supervised-fine-tuning Additionally, the second occurrence was missing the `https://` scheme prefix, which has also been corrected. Files changed: - examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb - Section 4 header cell: replaced broken platform.openai.com link - Section 4.2 cell: replaced broken link and added missing https:// scheme Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Fixes #2320
The fine-tuning documentation links in
examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynbwere pointing to a deprecated URL that no longer resolves:Changes
platform.openai.comfine-tuning link to the current OpenAI Developers guide URLhttps://scheme prefix on the same URLBoth occurrences now point to:
Why this matters
Users following the notebook click these links to understand the full fine-tuning process. A 404 page breaks the learning experience and leaves them without the reference documentation they need.
Test plan
/fine-tuning/use-a-fine-tuned-model) is completely removed from the filehttps://developers.openai.com/api/docs/guides/supervised-fine-tuningURL