chore: remove meta-llama integration#3552
Merged
bogdankostic merged 4 commits intoJul 7, 2026
Merged
Conversation
Meta is winding down the Llama API (public preview) on 2026-07-06, so meta-llama-haystack can no longer function. Removes the integration, its CI workflow, and related repo-level references, and marks the package as archived in the inventory table. fixes deepset-ai#3544
Contributor
|
Heads-up for maintainers This PR is from a fork and touches integrations whose integration tests require API keys. Affected integrations:
Please run the integration tests locally ( |
# Conflicts: # integrations/meta_llama/tests/test_llama_chat_generator.py # integrations/meta_llama/tests/test_llama_chat_generator_async.py
bogdankostic
approved these changes
Jul 7, 2026
bogdankostic
left a comment
Contributor
There was a problem hiding this comment.
Looking good, thanks @SyedShahmeerAli12!
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.
Related Issues
partially addresses #3544
Proposed Changes
Meta is winding down the Llama API (public preview) on 2026-07-06. After that date, API requests return a sunset response with redirect guidance, so
meta-llama-haystackcan no longer function. Llama models themselves remain available through the other integrations in this repo (e.g.llama_cpp,ollama,llama_stack,openrouter).This PR removes the integration from this repo, per the removal checklist in the issue:
integrations/meta_llama/(source, tests, examples, docs).github/workflows/meta_llama.ymlTest / meta_llamafrom.github/workflows/CI_coverage_comment.ymlintegration:meta-llamablock from.github/labeler.ymlmeta-llama-haystackas archived in the README inventory table (row now points at PyPI instead of the deleted folder, status set toArchived)The other items on the issue's checklist (docs note in the
haystackrepo, tile note inhaystack-integrations, marking the PyPI package deprecated) are outside this repo and need separate follow-up by whoever has access to those.How did you test it
meta_llama/meta-llamaafter the change; only unrelated historicalCHANGELOG.mdlines in other integrations remain (a shared commit message from an unrelated PR), which is expected and untouched..github/labeler.ymland.github/workflows/CI_coverage_comment.ymlstill parse as valid YAML after editing.meta_llama.Notes for the reviewer
Unlike the earlier
google_ai/google_vertexarchival (#2521), which kept the source and only changed the README status (since there was an in-repo successor package to redirect to), this is a full deletion since the backing API is being shut down entirely and there's no single direct successor.Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.