Skip to content

Commit 5a78a6d

Browse files
authored
Update content & meta image after context engineering updates (#502)
* Update content & meta image after context engineering updates * Fix the meta description
1 parent e74430a commit 5a78a6d

5 files changed

Lines changed: 50 additions & 31 deletions

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ paginatePath = "/"
1919
# Defaults used for opengraph metadata if none are specified for the page
2020
[params]
2121
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."
2323
images = ["/images/haystack-ogimage.png"]
2424

2525
[permalinks]

content/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ layout: index
33
header: dark
44
footer: light
55
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.
77

88
# Hero
99
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
1111
buttons:
1212
- buttonText: pip install haystack-ai
1313
- buttonText: Get Started with Haystack
@@ -61,10 +61,10 @@ hero:
6161
features:
6262
title: Why Teams Choose Haystack for their AI Workflows
6363
items:
64-
- title: Build Transparent, Customizable AI Systems
64+
- title: Build Transparent, Context Engineered AI Systems
6565
icon: /images/icons/star-icon.svg
6666
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.
6868
6969
Haystack’s modular framework gives you full visibility to inspect, debug, and optimize every decision your AI makes.
7070
@@ -164,14 +164,14 @@ useCases:
164164
- title: Advanced<br> RAG
165165
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.
166166
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.
169169
icon: /images/icons/use-case-4.svg
170170
- 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.
172172
icon: /images/icons/use-case-1.svg
173173
- 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.
175175
icon: /images/icons/use-case-2.svg
176176
- title: Content<br> Generation
177177
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.

content/overview/intro.md

Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ layout: overview
33
header: dark
44
footer: dark
55
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.
77
weight: 1
88
toc: true
99
---
1010

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**.
1212

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.
1414

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.
1616

1717
```bash
1818
pip install -U haystack-ai
@@ -22,47 +22,66 @@ pip install -U haystack-ai
2222

2323
## Who is Haystack For?
2424

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.
2626

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.
2830

2931
## Why Developers Love Haystack
3032

3133
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.
3234

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+
3338
Here’s why developers choose Haystack:
3439

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.
4151

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.
4359

4460
## The Haystack Ecosystem
4561

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.
4763

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).
5267

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.
5469

5570
## Haystack Community
5671

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.
5877

5978
We’d love to have you involved:
6079

6180
- 🤝 Connect with others and ask questions on [Discord](https://discord.com/invite/xYvH6drSmA)
6281
- 🧑‍💻 Contribute to the project on [GitHub](https://github.com/deepset-ai/haystack)
6382
- 🎙️ Join us at [live events, webinars, and office hours](https://lu.ma/haystack)
6483
- 📺 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)
6685
- 💌 Get our latest news in your inbox via the [Haystack newsletter](https://landing.deepset.ai/haystack-community-updates)
6786

6887
## Enter the Haystack Open Source Universe

static/images/haystack-ogimage.png

-51.1 KB
Loading

themes/haystack/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
{{/* Tagline */}}
3030
<p class="footer-tagline">
31-
Building products, technology and solutions for LLM-enabled applications.
31+
Build custom AI agents and RAG applications with smart context engineering, powered by open AI orchestration.
3232
</p>
3333

3434
{{/* Legal links (desktop) */}}

0 commit comments

Comments
 (0)