File size: 1,796 Bytes
3d7adce 38ad733 75a837b bd0f36e af0f0bc bd0f36e af0f0bc 37906fb c1b773f 37906fb c1b773f 37906fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: README
emoji: π
colorFrom: indigo
colorTo: red
sdk: static
pinned: false
---
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
</div>
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
</div>
</div>
[**deepset**](https://www.deepset.ai/) is the company behind [**Haystack**](https://haystack.deepset.ai/), a leading open-source AI orchestration framework for building production-ready AI applications in Python.
Haystack enables developers and engineers to design context-engineered systems, from scalable agent workflows and RAG pipelines to multimodal applications and semantic search. Its modular architecture provides explicit control over retrieval, memory, tools, and generation, making it easy to experiment, evaluate, and deploy AI systems in real-world environments.
* π Get started with our [Docs](https://docs.haystack.deepset.ai)
* π Learn Haystack through our [Tutorials](https://haystack.deepset.ai/tutorials)
* π§βπ³ Explore example notebooks in our [Cookbook](https://haystack.deepset.ai/cookbook)
* π€ Find our models and datasets here on [Hugging Face](https://huggingface.co/deepset)
* π See upcoming events on [our Luma calendar](https://lu.ma/haystack)
* π¬ Join the community on [Discord](https://discord.com/invite/xYvH6drSmA)
<p align="center"><img src="https://img.shields.io/pypi/v/haystack-ai?label=Haystack%20version"/></p> |