Overview
Haystack is deepset's open-source Python framework for LLM apps, RAG and agents. Eden AI ships as an official Haystack integration (the edenai-haystack package, merged into deepset's monorepo), so your pipelines reach Claude, GPT, Gemini, Mistral and 500+ models behind one EU/GDPR key - first-class components, no OpenAI-compat workaround.
How it works
A maintained, first-class integration, install and go:
pip install edenai-haystack, setEDENAI_API_KEY.- Use
EdenAIChatGeneratorfor chat, andEdenAITextEmbedder/EdenAIDocumentEmbedderfor full RAG. - Pick any model with
provider/modelnaming (e.g.mistral/mistral-large-latest,anthropic/claude-sonnet-4-5).
Install, components and pipeline examples.


