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
Copy file name to clipboardExpand all lines: config.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ paginatePath = "/"
19
19
# Defaults used for opengraph metadata if none are specified for the page
20
20
[params]
21
21
title = "Haystack"
22
-
description = "Create agentic, compound AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications."
22
+
description = "Create agentic, context engineered AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications."
Copy file name to clipboardExpand all lines: content/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ layout: index
3
3
header: dark
4
4
footer: light
5
5
title: Haystack
6
-
description: Create agentic, compound AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications.
6
+
description: Create agentic, context engineered AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications.
7
7
8
8
# Hero
9
9
hero:
10
-
title: The Open Source AI Framework <br/>for Production Ready <br/> RAG & Agents
10
+
title: The Open Source AI Framework <br/>for Production Ready <br/> Agents, RAG & Context Engineering
11
11
buttons:
12
12
- buttonText: pip install haystack-ai
13
13
- buttonText: Get Started with Haystack
@@ -61,10 +61,10 @@ hero:
61
61
features:
62
62
title: Why Teams Choose Haystack for their AI Workflows
63
63
items:
64
-
- title: Build Transparent, Customizable AI Systems
64
+
- title: Build Transparent, Context Engineered AI Systems
65
65
icon: /images/icons/star-icon.svg
66
66
text: |
67
-
Orchestrate every step of your AI agent, from retrieval to reasoning to tool use.
67
+
Orchestrate every step of your AI agent, from retrieval to reasoning to memory and tool use.
68
68
69
69
Haystack’s modular framework gives you full visibility to inspect, debug, and optimize every decision your AI makes.
70
70
@@ -164,14 +164,14 @@ useCases:
164
164
- title: Advanced<br> RAG
165
165
text: Build highly performant RAG pipelines with a multitude of retrieval and generation strategies. From hybrid retrieval to self-correction loops, Haystack has got you covered.
166
166
icon: /images/icons/use-case-1.svg
167
-
- title: Agentic<br> Pipelines
168
-
text: All our LLM generators come with a standard function-calling interface so that your LLM can leverage tools to achieve more. Our pipeline architecture provides branching and looping to support complex agent workflows.
167
+
- title: AI<br> Agents
168
+
text: Design production-ready AI agents with standardized tool calling and scalable context engineering. Branching and looping pipelines give you full control over complex, multi-step decision flows.
169
169
icon: /images/icons/use-case-4.svg
170
170
- title: Multimodal<br> AI
171
-
text: Architect a next generation AI app around all modalities, not just text. Haystack can do tasks like image processing, image generation, and audio transcription too.
171
+
text: Architect a next generation AI app around all modalities, not just text. Haystack can do tasks like image processing and audio transcription too.
172
172
icon: /images/icons/use-case-1.svg
173
173
- title: Conversational<br> AI
174
-
text: All of our generators provide a standardized chat interface so that you can focus on building the perfect bot for your users.
174
+
text: All of our generators provide a standardized interface so that you can focus on building the perfect bot for your users.
175
175
icon: /images/icons/use-case-2.svg
176
176
- title: Content<br> Generation
177
177
text: The flexibility and composability of Haystack’s prompt flow is unparalleled. Leverage our Jinja-2 templates and build a content generation engine that exactly matches your workflow.
Copy file name to clipboardExpand all lines: content/overview/intro.md
+40-21Lines changed: 40 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@ layout: overview
3
3
header: dark
4
4
footer: dark
5
5
title: What is Haystack?
6
-
desciption: Create agentic, compound AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications.
6
+
desciption: Create agentic, context engineered AI systems using Haystack’s modular and customizable building blocks, built for real-world, production-ready applications.
7
7
weight: 1
8
8
toc: true
9
9
---
10
10
11
-
[Haystack](https://github.com/deepset-ai/haystack) is an open-source AI orchestration framework built by [deepset](https://www.deepset.ai/) that empowers Python developers to build **real-world, compound, agentic LLM applications**.
11
+
[Haystack](https://github.com/deepset-ai/haystack) is an open-source AI orchestration framework built by [deepset](https://www.deepset.ai/), enabling Python developers to **build production-ready AI agents, multimodal applications, and advanced RAG systems**.
12
12
13
-
Whether you’re building **autonomous agents**, **multi-modal apps**, or **scalable RAG systems**, Haystack gives you the tools to go from idea to production with ease. Its powerful, modular architecture helps you try out state-of-the-art methods, customize deeply when needed, and stay in control of your stack.
13
+
Built for scalable context engineering, Haystack gives you control over how information moves through your system, from retrieval and tool use to memory and model execution. Haystack structures agents and applications as explicit, modular pipelines composed of retrievers, routers, memory layers, tools, evaluators, and generators. This modular architecture allows each component to be tested, replaced, and improved independently. As a result, you can ship faster and continuously evolve applications in production.
14
14
15
-
Backed by an inspiring [community](https://haystack.deepset.ai/community) of developers, Haystack has evolved into a **complete and intuitive framework** for LLM-based development.
15
+
Backed by a global developer community and enterprise customer adoption, Haystack has become a trusted framework for building AI applications that operate reliably in complex, mission-critical environments.
16
16
17
17
```bash
18
18
pip install -U haystack-ai
@@ -22,47 +22,66 @@ pip install -U haystack-ai
22
22
23
23
## Who is Haystack For?
24
24
25
-
Haystack is for builders of all kinds—whether you’re prototyping your first AI application or deploying sophisticated systems at scale. If you know a bit of Python, you’re ready to start.
25
+
Haystack is built for AI developers and engineers creating AI systems that need to be accurate, modular, and transparent. It supports everything from agent workflows to advanced RAG and multimodal applications.
26
26
27
-
You can build directly in Python or scale up with enterprise-grade infrastructure on the [Haystack Enterprise Platform](https://www.deepset.ai/products-and-services/deepset-ai-platform). Whatever your level or need, Haystack gives you the power to build, experiment, and launch faster.
27
+
It’s designed for AI systems running in real-world enterprise environments. Haystack integrates with existing architectures, supports governance and compliance requirements, and lets you keep evolving your application as models, techniques, and user needs change.
28
+
29
+
Run Haystack in your own environment, get [dedicated support](https://www.deepset.ai/products-and-services/haystack-enterprise-starter) or extend it with [a cloud or self-hosted platform](https://www.deepset.ai/products-and-services/haystack-enterprise-platform) to test, deploy, and operate pipelines at scale.
28
30
29
31
## Why Developers Love Haystack
30
32
31
33
Built for production from day one, Haystack is the leading open-source framework for building reliable, flexible, and composable LLM applications from first prototype to full-scale deployment.
32
34
35
+
Modern AI systems don’t fail because of the model. They fail because context is not well managed.
36
+
Haystack gives developers full control over how context is retrieved, structured, routed, evaluated, and improved over time.
37
+
33
38
Here’s why developers choose Haystack:
34
39
35
-
-**Build flexible pipelines** using Haystack’s built-in components like retrievers, generators, rankers, agent, or [create your own](https://docs.haystack.deepset.ai/docs/custom-components).
36
-
-**Customize with full control** by [adding loops and branches to your pipeline](https://docs.haystack.deepset.ai/docs/pipelines), and tailor data flow to fit your use case.
37
-
-**Integrate smoothly** with [model providers, vector databases, and AI tools](https://haystack.deepset.ai/integrations) in a modular, swappable architecture
38
-
-**Deploy effortlessly** and serve your pipelines as REST APIs or as an MCP Server using with [Hayhooks](https://github.com/deepset-ai/hayhooks).
39
-
-**Monitor and optimize** using built-in [tracing](https://docs.haystack.deepset.ai/docs/tracing), [logging](https://docs.haystack.deepset.ai/docs/logging), and [evaluation](https://docs.haystack.deepset.ai/docs/evaluation) tools for full observability.
40
-
-**Rely on robust engineering** with clean architecture, careful dependency management, and a [breaking change policy](https://docs.haystack.deepset.ai/docs/breaking-change-policy) that ensures no bad surprises.
40
+
**Engineer context, not just prompts**
41
+
Design explicit pipelines that control retrieval, ranking, memory, tools, and generation so every token sent to the model is intentional and traceable.
42
+
43
+
**Build flexible, composable systems**
44
+
Use built-in components like retrievers, generators, rankers, and agents or [create your own](https://docs.haystack.deepset.ai/docs/custom-components). Add loops, branches, and conditional logic to tailor [context flow](https://docs.haystack.deepset.ai/docs/pipelines) to your exact use case.
45
+
46
+
**Swap models and components without rewriting your system**
47
+
[Integrate](https://haystack.deepset.ai/integrations) smoothly with model providers, vector databases, and AI tools in a modular architecture built for change and continual improvement.
48
+
49
+
**Deploy into real environments**
50
+
Serve pipelines as REST APIs or MCP servers with [Hayhooks](https://github.com/deepset-ai/hayhooks). Run in your own infrastructure and integrate with enterprise architectures.
41
51
42
-
Whether it’s **agent workflows, retrieval over millions of docs, text-to-SQL or****PDF parsing,** Haystack scales with your idea without scaling your complexity.
52
+
**Observe and improve continuously**
53
+
Use [tracing](https://docs.haystack.deepset.ai/docs/tracing), [logging](https://docs.haystack.deepset.ai/docs/logging), and [evaluation](https://docs.haystack.deepset.ai/docs/evaluation) tools to monitor retrieval quality, latency, tool usage, and outputs and iteratively refine your system.
54
+
55
+
**Build on stable engineering foundations**
56
+
Clean architecture, careful dependency management, and a [breaking change policy](https://docs.haystack.deepset.ai/docs/breaking-change-policy) that avoids surprises in production.
57
+
58
+
Whether you're building **agent workflows, retrieval over millions of docs, text-to-SQL pipelines, or document processing flows**, Haystack lets you scale capabilities without increasing system complexity by giving you explicit control over context flow.
43
59
44
60
## The Haystack Ecosystem
45
61
46
-
We’re building the tools to make LLMs truly usable in production—open source and beyond.
62
+
We build tools that make LLM applications usable in production, from open-source foundations to full-scale operational platforms.
47
63
48
-
-[Haystack](https://github.com/deepset-ai/haystack) → Our core framework for AI orchestration, launched in 2020.
49
-
-[Haystack Enterprise Starter](https://www.deepset.ai/products-and-services/haystack-enterprise) → Expert support, advanced pipeline templates, deployment guides, and early access features for teams needing more support and guidance.
50
-
-[Haystack Enterprise Platform](https://www.deepset.ai/products-and-services/deepset-ai-platform) → An enterprise-ready platform for teams running Gen AI apps in production, with security, governance, and scalability built in.
51
-
-[Haystack Enterprise Platform Trial](https://www.deepset.ai/deepset-studio) → A free visual interface for building pipelines, experimenting with data, and deploying apps for development.
64
+
-[Haystack](https://github.com/deepset-ai/haystack) → Our open-source Python framework for AI orchestration, launched in 2020. Build modular pipelines that control retrieval, agents, tools, and generation with full transparency and flexibility.
65
+
-[Haystack Enterprise Starter](https://www.deepset.ai/products-and-services/haystack-enterprise-starter) → Expert guidance, advanced pipeline templates, deployment playbooks, and early access features for teams that want to move faster with experienced support.
66
+
-[Haystack Enterprise Platform](hhttps://www.deepset.ai/products-and-services/haystack-enterprise-platform) → A production platform for running Gen AI applications at scale with governance, testing, observability, security controls, and infrastructure flexibility designed for real-world enterprise environments. [Try it for free](https://www.deepset.ai/haystack-enterprise-platform-trial).
52
67
53
-
Recognized as a [2024 Gartner Cool Vendor in AI Engineering](https://landing.deepset.ai/deepset-recognized-as-a-gartner-cool-vendor), we’re proud to serve the community and enterprises alike.
68
+
Recognized as a [Gartner Cool Vendor in AI Engineering](https://landing.deepset.ai/deepset-recognized-as-a-gartner-cool-vendor), we’re proud to support both the global open-source community and enterprises building mission-critical AI systems.
54
69
55
70
## Haystack Community
56
71
57
-
Behind Haystack is a global community of makers, researchers, and tinkerers who believe in the power of open-source collaboration. From first-time contributors to core developers, our community brings a rich mix of backgrounds, interests, and skills.
72
+
Behind Haystack is a global community of developers, researchers, and AI builders who care about making LLM systems reliable in the real world.
73
+
74
+
From first-time contributors to core maintainers, the community brings deep expertise across retrieval, agents, evaluation, infrastructure, and applied AI. Together, we test ideas, bring them to production-readiness, share implementation patterns, and push the boundaries of what open-source AI systems can do.
75
+
76
+
Haystack grows through practical collaboration, not just experimentation, but building systems that work.
58
77
59
78
We’d love to have you involved:
60
79
61
80
- 🤝 Connect with others and ask questions on [Discord](https://discord.com/invite/xYvH6drSmA)
62
81
- 🧑💻 Contribute to the project on [GitHub](https://github.com/deepset-ai/haystack)
63
82
- 🎙️ Join us at [live events, webinars, and office hours](https://lu.ma/haystack)
64
83
- 📺 Catch talks and tutorials on [YouTube](https://www.youtube.com/@haystack_ai)
65
-
-🐘 Follow along on [X (Twitter)](https://x.com/Haystack_AI) or [Mastodon](https://fosstodon.org/@haystack_ai)
84
+
-🐦 Follow along on [X (Twitter)](https://x.com/Haystack_AI)
66
85
- 💌 Get our latest news in your inbox via the [Haystack newsletter](https://landing.deepset.ai/haystack-community-updates)
0 commit comments