You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a prominent discontinuation warning to MetaLlamaChatGenerator
explain that Meta shut down the public preview Llama API on July 6, 2026
link readers to supported Llama alternatives
replace the deleted main source link with the final pre-removal source revision
apply the correction to both next and current stable (3.1) docs, including the generator index
How did you test it?
verified all four suggested alternative component pages exist in both documentation versions
confirmed the pinned historical source link returns HTTP 200
checked the changed MDX admonition delimiters and current/stable parity
a full Docusaurus build was not run because the extracted source tree has no installed Node dependencies
Notes for the reviewer
This is documentation-only, so no release note or unit tests are included. The integration code was removed in deepset-ai/haystack-core-integrations#3552 after the backing API shutdown.
This PR was prepared with an AI assistant. The changed text, upstream removal context, and link targets were checked before submission.
Checklist
I have read the contributor and documentation guidelines
I have linked the related issue and upstream removal PR
The title uses a conventional commit type
No release note is required for a docs-only change
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Hi @Ricky-7-Yan, thanks a lot for your contribution! 🙏
We noticed that the Contributor License Agreement (CLA) check (license/cla) hasn't passed yet, so we've temporarily moved this PR to draft and paused the review assignment.
To get your PR reviewed, please sign the CLA via the link in the license/cla check below (or in the CLA bot comment). As soon as the check turns green, this PR will automatically be marked ready for review again and a reviewer will be re-assigned.
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
cla-pendingPR is in draft until the contributor signs the CLA
3 participants
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.
Related Issues
Proposed Changes
MetaLlamaChatGeneratormainsource link with the final pre-removal source revisionHow did you test it?
Notes for the reviewer
This is documentation-only, so no release note or unit tests are included. The integration code was removed in deepset-ai/haystack-core-integrations#3552 after the backing API shutdown.
This PR was prepared with an AI assistant. The changed text, upstream removal context, and link targets were checked before submission.
Checklist