{"repo":"deepset-ai/haystack","free":true,"listed":false,"github":"https://github.com/deepset-ai/haystack","clone":"git clone https://github.com/deepset-ai/haystack.git","description":"Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.","language":"Python","stars":26224,"topics":["agent-framework","agentic-ai","agentic-rag","agents","ai","ai-agents","context-engineering","framework","genai","generative-ai","information-retrieval","large-language-models","llm","mcp","multi-agent","orchestration","python","rag","retrieval-augmented-generation","semantic-search"],"license":"Apache-2.0","category":"llm_orchestration_framework","readme_excerpt":"<div align=\"center\">\n  <a href=\"https://haystack.deepset.ai/\"><img src=\"https://raw.githubusercontent.com/deepset-ai/haystack/main/images/banner.png\" alt=\"Blue banner with the Haystack logo and the text ‘haystack by deepset – The Open Source AI Framework for Production Ready RAG & Agents’ surrounded by abstract icons representing search, documents, agents, pipelines, and cloud systems.\"></a>\n\n|         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| CI/CD   | [![Tests](https://github.com/deepset-ai/haystack/actions/workflows/tests.yml/badge.svg)](https://github.com/deepset-ai/haystack/actions/workflows/tests.yml) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![Coverage badge](https://raw.githubusercontent.com/deepset-ai/haystack/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/deepset-ai/haystack/blob/python-coverage-comment-action-data/htmlcov/index.html) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) |\n| Docs    | [![Website](https://img.shields.io/website?label=documentation&up_message=online&url=https%3A%2F%2Fdocs.haystack.deepset.ai)](https://docs.haystack.deepset.ai)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n| Package | [![PyPI](https://img.shields.io/pypi/v/haystack-ai)](https://pypi.org/project/haystack-ai/) ![PyPI - Downloads](https://img.shields.io/pypi/dm/haystack-ai?color=blue&logo=pypi&logoColor=gold) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/haystack-ai?logo=python&logoColor=gold) [![Conda Version](https://img.shields.io/conda/vn/conda-forge/haystack-ai.svg)](https://anaconda.org/conda-forge/haystack-ai) [![GitHub](https://img.shields.io/github/license/deepset-ai/haystack?color=blue)](LICENSE) [![License Compliance](https://github.com/deepset-ai/haystack/actions/workflows/license_compliance.yml/badge.svg)](https://github.com/deepset-ai/haystack/actions/workflows/license_compliance.yml) [![HVTrust](https://hvtracker.net/badge/haystack.svg)](https://hvtracker.net/agents/haystack/) [![Evidence Grade](https://hvtracker.net/badge/haystack-grade.svg)](https://hvtracker.net/agents/haystack/) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13067/badge)](https://www.bestpractices.dev/projects/13067)|\n| Meta    | [![Discord](https://img.shields.io/discord/993534733298450452?logo=discord)](https://discord.com/invite/qZxjM4bAHU) [![Twitter Follow](https://img.shields.io/twitter/follow/haystack_ai)](https://twitter.com/haystack_ai)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n</div>\n\n<div align=\"center\">\n\n# 🎉🎊✨ &nbsp; Haystack 3.0 is out! &nbsp; ✨🎊🎉\n\n### Read the announcement [here](https://haystack.deepset.ai/blog/haystack-3-release)!\n\n## 🥳 🎈 🎆 🪅 🎇 🍾 🥂 🎁 🌈\n\n</div>\n\n[Haystack](https://haystack.deepset.ai/) is an open-source AI orchestration framework for building production-ready LLM applications in Python.\n\nDesign modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Build scalable RAG systems, multimodal applications, semantic search, question answering, and autonomous agents, all in a transparent architecture that lets you experiment, customize deeply, and deploy with confidence.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Features](#features)\n- [Haystack Enterprise: Support & Platform](#haystack-enterprise-support--platform)\n- [Telemetry](#telemetry)\n- [🖖 Community](#-community)\n- [Contributing to Haystack](#contributing-to-haystack)\n- [Organizations using Haystack](#organizations-using-haystack)\n\n\n## Installation\n\nThe simplest way to get Haystack is via pip:\n\n```sh\npip install haystack-ai\n```\n\nInstall nightly pre-releases to try the newest features:\n```sh\npip install --pre haystack-ai\n```\n\nHaystack supports multiple installation methods, including Docker images. For a comprehensive guide, please refer\nto the [documentation](https://docs.haystack.deepset.ai/docs/installation).\n\n## Documentation\n\nIf you're new to the project, check out [\"What is Haystack?\"](https://haystack.deepset.ai/overview/intro) then go\nthrough the [\"Get Started Guide\"](https://haystack.deepset.ai/overview/quick-start) and build your first LLM application\nin a matter of minutes. Keep learning with the [tutorials](https://haystack.deepset.ai/tutorials). For more advanced\nuse cases, or just to get some inspiration, you can browse our Haystack recipes in the\n[Cookbook](https://haystack.deepset.ai/cookbook).\n\nAt any given point, hit the [documentation](https://docs.haystack.deepset.ai/docs/intro) to learn more about Haystack, what it can do for you, and the technology behind.\n\n## Features\n\n**Agents built for production**  \nExtend agent behavior with lifecycle hooks (`before_llm`, `before_tool`, `on_exit`, …) for guardrails and custom logic, and track `step_count`, `token_usage`, and tool calls out of the box for monitoring and cost control. Get started fast with ready-made agents from [Agent Pack](https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/agent_pack) (e.g., a deep research agent, or an advanced RAG agent) or give your own agents progressive skill discovery via `SkillToolset`, so skill descriptions only enter context when needed.\n\n**Built for context engineering**  \nDesign flexible systems with explicit control over how information is retrieved, ranked, filtered, combined, structured, and routed before it reaches the model. Define pipelines and agent workflows where retrieval, memory, tools, and generation are transparent and traceable.\n\n**Native Async Support**  \nOne `Pipeline` runs synchronously or asynchronously and streams token by token. `Agent` can run concurrent tool calls.  \n\n**Modular and customizable**  \nUse built-in components for retrieval, indexing, tool calling, memory, and evaluation, or create your own. Add loops, branches, and conditional logic to precisely control how context moves through your pipelines and agent workflows.\n\n**Model- and vendor-agnostic**  \nIntegrate with OpenAI, Mistral, Anthropic, Cohere, Hugging Face, Google, Azure OpenAI, AWS Bedrock, local models, and many others. Swap models or infrastructure components without rewriting your system.\n\n**Extensible ecosystem**  \nBuild and share custom components through a consistent interface that makes it easy for the community and third parties to extend Haystack and contribute to an open ecosystem.\n\n> [!TIP]\n>\n> Would you like to deploy and serve Haystack pipelines as **REST APIs** or **MCP servers**? [Hayhooks](https://github.com/deepset-ai/hayhooks) provides a simple way for you to wrap pipelines and agents with custom logic and expose them through HTTP endpoints or MCP. It also supports OpenAI-compatible chat completion endpoints and works with chat UIs like [open-webui](https://openwebui.com/).\n\n## Haystack Enterprise: Support & Platform\n\nGet expert support from the Haystack team, build faster with enterprise-grade templates, and scale securely with deployment guides for cloud and on-prem environments with **Haystack Enterprise Starter**. Read more about it in the [announcement post](https://haystack.deepset.ai/blog/announcing-haystack-enterprise).\n\n👉 [Get Haystack Enterprise Starter](https://www.deepset.ai/products-and-services/haystack-enterprise-starter?utm_source=github.com&utm_medium=referral&utm_campaign=haystack_enterprise)\n\nNeed a managed production setup for Haystack? The **Haystack Enterprise Platform** helps you build, test, deploy and operate Haystac","default_branch":"main","files":10076,"tree":[".clusterfuzzlite/Dockerfile",".clusterfuzzlite/build.sh",".clusterfuzzlite/project.yaml",".gitattributes",".github/CODEOWNERS",".github/ISSUE_TEMPLATE/bug_report.md",".github/ISSUE_TEMPLATE/config.yml",".github/ISSUE_TEMPLATE/feature_request.md",".github/dependabot.yml",".github/labeler.yml",".github/pull_request_template.md",".github/utils/check_imports.py",".github/utils/create_unstable_docs_docusaurus.py",".github/utils/docs_search_sync.py",".github/utils/docstrings_checksum.py",".github/utils/parse_validate_version.sh",".github/utils/prepare_release_notification.sh",".github/utils/promote_unstable_docs_docusaurus.py",".github/utils/pyproject_to_requirements.py",".github/utils/wait_for_platform_pr.sh",".github/utils/wait_for_workflows.sh",".github/workflows/auto_approve_api_ref_sync.yml",".github/workflows/branch_off.yml",".github/workflows/cflite_pr.yml",".github/workflows/check_api_ref.yml",".github/workflows/cla_draft_gate.yml",".github/workflows/codeql.yml",".github/workflows/coverage_comment.yml",".github/workflows/docker_release.yml",".github/workflows/docs-website-test-docs-snippets.yml",".github/workflows/docs_search_sync.yml",".github/workflows/docstring_labeler.yml",".github/workflows/docstring_labeler_apply.yml",".github/workflows/docusaurus_sync.yml",".github/workflows/e2e.yml",".github/workflows/github_release.yml",".github/workflows/labeler.yml",".github/workflows/license_compliance.yml",".github/workflows/linked_issue_review.yml",".github/workflows/nightly_testpypi_release.yml",".github/workflows/pr_flood_guard.yml",".github/workflows/project.yml",".github/workflows/promote_unstable_docs.yml",".github/workflows/push_release_notes_to_website.yml",".github/workflows/pypi_release.yml",".github/workflows/release.yml",".github/workflows/release_notes.yml",".github/workflows/release_notes_skipper.yml",".github/workflows/scorecard.yml",".github/workflows/slow.yml",".github/workflows/stale.yml",".github/workflows/tests.yml",".github/workflows/update-platform-components.yml",".github/workflows/workflows_linting.yml",".gitignore",".pre-commit-config.yaml","AGENTS.md","CITATION.cff","CLAUDE.md","CONTRIBUTING.md","LICENSE","MIGRATION.md","README.md","SECURITY.md","VERSION.txt","code_of_conduct.txt","docker/Dockerfile.base","docker/README.md","docker/docker-bake.hcl","docs-website/.gitattributes","docs-website/.gitignore","docs-website/CONTRIBUTING.md","docs-website/README.md","docs-website/api/mcp.ts","docs-website/api/search.ts","docs-website/api/tsconfig.json","docs-website/api/well-known.ts","docs-website/docs/_templates/component-template.mdx","docs-website/docs/_templates/document-store-template.mdx","docs-website/docs/concepts/agents.mdx","docs-website/docs/concepts/agents/multi-agent-systems.mdx","docs-website/docs/concepts/components.mdx","docs-website/docs/concepts/components/custom-components.mdx","docs-website/docs/concepts/components/supercomponents.mdx","docs-website/docs/concepts/concepts-overview.mdx","docs-website/docs/concepts/data-classes.mdx","docs-website/docs/concepts/data-classes/chatmessage.mdx","docs-website/docs/concepts/data-classes/filecontent.mdx","docs-website/docs/concepts/data-classes/imagecontent.mdx","docs-website/docs/concepts/device-management.mdx","docs-website/docs/concepts/document-store.mdx","docs-website/docs/concepts/document-store/choosing-a-document-store.mdx","docs-website/docs/concepts/document-store/creating-custom-document-stores.mdx","docs-website/docs/concepts/integrations.mdx","docs-website/docs/concepts/jinja-templates.mdx","docs-website/docs/concepts/metadata-filtering.mdx","docs-website/docs/concepts/pipelines.mdx","docs-website/docs/concepts/pipelines/creating-pipelines.mdx","docs-website/docs/concepts/pipelines/debugging-pipelines.mdx","docs-website/docs/concepts/pipelines/pipeline-breakpoints.mdx","docs-website/docs/concepts/pipelines/pipeline-loops.mdx","docs-website/docs/concepts/pipelines/serialization.mdx","docs-website/docs/concepts/pipelines/smart-pipeline-connections.mdx","docs-website/docs/concepts/pipelines/visualizing-pipelines.mdx","docs-website/docs/concepts/secret-management.mdx","docs-website/docs/development/deployment.mdx","docs-website/docs/development/deployment/docker.mdx","docs-website/docs/development/deployment/kubernetes.mdx","docs-website/docs/development/deployment/openshift.mdx","docs-website/docs/development/enabling-gpu-acceleration.mdx","docs-website/docs/development/external-integrations-development.mdx","docs-website/docs/development/hayhooks.mdx","docs-website/docs/development/logging.mdx","docs-website/docs/development/tracing.mdx","docs-website/docs/development/tracing/custom-tracer.mdx","docs-website/docs/development/tracing/datadog.mdx","docs-website/docs/development/tracing/langfuse.mdx","docs-website/docs/development/tracing/logging-tracer.mdx","docs-website/docs/development/tracing/mlflow.mdx","docs-website/docs/development/tracing/opentelemetry.mdx","docs-website/docs/development/tracing/weave.mdx","docs-website/docs/document-stores/alloydbdocumentstore.mdx","docs-website/docs/document-stores/arangodocumentstore.mdx","docs-website/docs/document-stores/arcadedbdocumentstore.mdx","docs-website/docs/document-stores/astradocumentstore.mdx","docs-website/docs/document-stores/azureaisearchdocumentstore.mdx","docs-website/docs/document-stores/chromadocumentstore.mdx","docs-website/docs/document-stores/elasticsearch-document-store.mdx","docs-website/docs/document-stores/faissdocumentstore.mdx","docs-website/docs/document-stores/falkordbdocumentstore.mdx","docs-website/docs/document-stores/inmemorydocumentstore.mdx","docs-website/docs/document-stores/mongodbatlasdocumentstore.mdx","docs-website/docs/document-stores/opensearch-document-store.mdx","docs-website/docs/document-stores/oracledocumentstore.mdx","docs-website/docs/document-stores/pgvectordocumentstore.mdx","docs-website/docs/document-stores/pinecone-document-store.mdx","docs-website/docs/document-stores/qdrant-document-store.mdx","docs-website/docs/document-stores/supabasedocumentstore.mdx","docs-website/docs/document-stores/valkeydocumentstore.mdx","docs-website/docs/document-stores/vespadocumentstore.mdx","docs-website/docs/document-stores/weaviatedocumentstore.mdx","docs-website/docs/intro.mdx","docs-website/docs/memory-stores/cogneememorystore.mdx","docs-website/docs/memory-stores/mem0memorystore.mdx","docs-website/docs/optimization/advanced-rag-techniques.mdx","docs-website/docs/optimization/advanced-rag-techniques/hypothetical-document-embeddings-hyde.mdx","docs-website/docs/optimization/evaluation.mdx","docs-website/docs/optimization/evaluation/model-based-evaluation.mdx","docs-website/docs/optimization/evaluation/statistical-evaluation.mdx","docs-website/docs/overview/breaking-change-policy.mdx","docs-website/docs/overview/docs-mcp-server.mdx","docs-website/docs/overview/faq.mdx","docs-website/docs/overview/get-started.mdx","docs-website/docs/overview/installation.mdx","docs-website/docs/overview/migrating-from-langgraphlangchain-to-haystack.mdx","docs-website/docs/overview/migration.mdx","docs-website/docs/overview/platform-components.mdx","docs-website/docs/overview/telemetry.mdx","docs-website/docs/pipeline-components/agents-1/agent-pack.mdx","docs-website/docs/pipeline-components/agents-1/agent-pack/advanced-rag-agent.mdx","docs-website/docs/pipeline-components/agents-1/agent-pack/deep-research-agent.mdx","docs-website/docs/pipeline-components/agents-1/agent.mdx","docs-website/docs/pipeline-components/agents-1/compaction.mdx","docs-website/docs/pipeline-components/agents-1/compaction/compaction-hook.mdx","docs-website/docs/pipeline-components/agents-1/compaction/sliding-window-compactor.mdx","docs-website/docs/pipeline-components/agents-1/compaction/tool-result-pruning-compactor.mdx","docs-website/docs/pipeline-components/agents-1/hooks.mdx","docs-website/docs/pipeline-components/agents-1/human-in-the-loop.mdx","docs-website/docs/pipeline-components/agents-1/state.mdx","docs-website/docs/pipeline-components/agents-1/tool-result-offloading.mdx","docs-website/docs/pipeline-components/audio.mdx","docs-website/docs/pipeline-components/audio/external-integrations-audio.mdx","docs-website/docs/pipeline-components/audio/funasrtranscriber.mdx","docs-website/docs/pipeline-components/audio/localwhispertranscriber.mdx","docs-website/docs/pipeline-components/audio/remotewhispertranscriber.mdx","docs-website/docs/pipeline-components/builders.mdx","docs-website/docs/pipeline-components/builders/answerbuilder.mdx","docs-website/docs/pipeline-components/builders/chatpromptbuilder.mdx","docs-website/docs/pipeline-components/builders/promptbuilder.mdx","docs-website/docs/pipeline-components/caching/cachechecker.mdx","docs-website/docs/pipeline-components/classifiers.mdx","docs-website/docs/pipeline-components/classifiers/documentlanguageclassifier.mdx","docs-website/docs/pipeline-components/classifiers/transformerszeroshotdocumentclassifier.mdx","docs-website/docs/pipeline-components/connectors.mdx","docs-website/docs/pipeline-components/connectors/datadogconnector.mdx","docs-website/docs/pipeline-components/connectors/external-integrations-connectors.mdx","docs-website/docs/pipeline-components/connectors/githubfileeditor.mdx","docs-website/docs/pipeline-components/connectors/githubissuecommenter.mdx","docs-website/docs/pipeline-components/connectors/githubissueviewer.mdx","docs-website/docs/pipeline-components/connectors/githubprcreator.mdx","docs-website/docs/pipeline-components/connectors/githubrepoforker.mdx","docs-website/docs/pipeline-components/connectors/githubrepoviewer.mdx","docs-website/docs/pipeline-components/connectors/jinareaderconnector.mdx","docs-website/docs/pipeline-components/connectors/langfuseconnector.mdx","docs-website/docs/pipeline-components/connectors/oauthtokenresolver.mdx","docs-website/docs/pipeline-components/connectors/openapiconnector.mdx","docs-website/docs/pipeline-components/connectors/openapiserviceconnector.mdx","docs-website/docs/pipeline-components/connectors/opentelemetryconnector.mdx","docs-website/docs/pipeline-components/connectors/weaveconnector.mdx","docs-website/docs/pipeline-components/converters.mdx","docs-website/docs/pipeline-components/converters/amazontextractconverter.mdx","docs-website/docs/pipeline-components/converters/azuredocumentintelligenceconverter.mdx","docs-website/docs/pipeline-components/converters/azureocrdocumentconverter.mdx","docs-website/docs/pipeline-components/converters/csvtodocument.mdx","docs-website/docs/pipeline-components/converters/doclingconverter.mdx","docs-website/docs/pipeline-components/converters/doclingserveconverter.mdx","docs-website/docs/pipeline-components/converters/documenttoimagecontent.mdx","docs-website/docs/pipeline-components/converters/docxtodocument.mdx","docs-website/docs/pipeline-components/converters/filetofilecontent.mdx","docs-website/docs/pipeline-components/converters/htmltodocument.mdx","docs-website/docs/pipeline-components/converters/imagefiletodocument.mdx","docs-website/docs/pipeline-components/converters/imagefiletoimagecontent.mdx","docs-website/docs/pipeline-components/converters/jsonconverter.mdx","docs-website/docs/pipeline-components/converters/kreuzbergconverter.mdx","docs-website/docs/pipeline-components/converters/libreofficefileconverter.mdx","docs-website/docs/pipeline-components/converters/markdowntodocument.mdx","docs-website/docs/pipeline-components/converters/markitdownconverter.mdx","docs-website/docs/pipeline-components/converters/mistralocrdocumentconverter.mdx","docs-website/docs/pipeline-components/converters/msgtodocument.mdx","docs-website/docs/pipeline-components/converters/multifileconverter.mdx","docs-website/docs/pipeline-components/converters/openapiservicetofunctions.mdx","docs-website/docs/pipeline-components/converters/outputadapter.mdx","docs-website/docs/pipeline-components/converters/paddleocrvldocumentconverter.mdx","docs-website/docs/pipeline-components/converters/pdfminertodocument.mdx","docs-website/docs/pipeline-components/converters/pdftoimagecontent.mdx","docs-website/docs/pipeline-components/converters/pptxtodocument.mdx","docs-website/docs/pipeline-components/converters/pypdftodocument.mdx","docs-website/docs/pipeline-components/converters/textfiletodocument.mdx","docs-website/docs/pipeline-components/converters/tikadocumentconverter.mdx","docs-website/docs/pipeline-components/converters/twelvelabsvideoconverter.mdx","docs-website/docs/pipeline-components/converters/unstructuredfileconverter.mdx","docs-website/docs/pipeline-components/converters/xlsxtodocument.mdx","docs-website/docs/pipeline-components/downloaders/s3downloader.mdx","docs-website/docs/pipeline-components/embedders.mdx","docs-website/docs/pipeline-components/embedders/amazonbedrockdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/amazonbedrockdocumentimageembedder.mdx","docs-website/docs/pipeline-components/embedders/amazonbedrocktextembedder.mdx","docs-website/docs/pipeline-components/embedders/azureopenaidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/azureopenaitextembedder.mdx","docs-website/docs/pipeline-components/embedders/choosing-the-right-embedder.mdx","docs-website/docs/pipeline-components/embedders/coheredocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/coheredocumentimageembedder.mdx","docs-website/docs/pipeline-components/embedders/coheretextembedder.mdx","docs-website/docs/pipeline-components/embedders/edenaidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/edenaitextembedder.mdx","docs-website/docs/pipeline-components/embedders/external-integrations-embedders.mdx","docs-website/docs/pipeline-components/embedders/fastembeddocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/fastembedsparsedocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/fastembedsparsetextembedder.mdx","docs-website/docs/pipeline-components/embedders/fastembedtextembedder.mdx","docs-website/docs/pipeline-components/embedders/googlegenaidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/googlegenaimultimodaldocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/googlegenaitextembedder.mdx","docs-website/docs/pipeline-components/embedders/huggingfaceapidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/huggingfaceapitextembedder.mdx","docs-website/docs/pipeline-components/embedders/jinadocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/jinadocumentimageembedder.mdx","docs-website/docs/pipeline-components/embedders/jinatextembedder.mdx","docs-website/docs/pipeline-components/embedders/mistraldocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/mistraltextembedder.mdx","docs-website/docs/pipeline-components/embedders/mockdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/mocktextembedder.mdx","docs-website/docs/pipeline-components/embedders/nvidiadocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/nvidiatextembedder.mdx","docs-website/docs/pipeline-components/embedders/ollamadocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/ollamatextembedder.mdx","docs-website/docs/pipeline-components/embedders/openaidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/openaitextembedder.mdx","docs-website/docs/pipeline-components/embedders/optimumdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/optimumtextembedder.mdx","docs-website/docs/pipeline-components/embedders/perplexitydocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/perplexitytextembedder.mdx","docs-website/docs/pipeline-components/embedders/sentencetransformersdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/sentencetransformersdocumentimageembedder.mdx","docs-website/docs/pipeline-components/embedders/sentencetransformerssparsedocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/sentencetransformerssparsetextembedder.mdx","docs-website/docs/pipeline-components/embedders/sentencetransformerstextembedder.mdx","docs-website/docs/pipeline-components/embedders/stackitdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/stackittextembedder.mdx","docs-website/docs/pipeline-components/embedders/twelvelabsdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/twelvelabstextembedder.mdx","docs-website/docs/pipeline-components/embedders/vertexaidocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/vertexaitextembedder.mdx","docs-website/docs/pipeline-components/embedders/vllmdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/vllmtextembedder.mdx","docs-website/docs/pipeline-components/embedders/watsonxdocumentembedder.mdx","docs-website/docs/pipeline-components/embedders/watsonxtextembedder.mdx","docs-website/docs/pipeline-components/evaluators.mdx","docs-website/docs/pipeline-components/evaluators/answerexactmatchevaluator.mdx","docs-website/docs/pipeline-components/evaluators/contextrelevanceevaluator.mdx","docs-website/docs/pipeline-components/evaluators/deepevalevaluator.mdx","docs-website/docs/pipeline-components/evaluators/documentmapevaluator.mdx","docs-website/docs/pipeline-components/evaluators/documentmrrevaluator.mdx","docs-website/docs/pipeline-components/evaluators/documentndcgevaluator.mdx","docs-website/docs/pipeline-components/evaluators/documentrecallevaluator.mdx","docs-website/docs/pipeline-components/evaluators/external-integrations-evaluators.mdx","docs-website/docs/pipeline-components/evaluators/faithfulnessevaluator.mdx","docs-website/docs/pipeline-components/evaluators/llmevaluator.mdx","docs-website/docs/pipeline-components/evaluators/ragasevaluator.mdx","docs-website/docs/pipeline-components/evaluators/sasevaluator.mdx","docs-website/docs/pipeline-components/extractors.mdx","docs-website/docs/pipeline-components/extractors/llmdocumentcontentextractor.mdx","docs-website/docs/pipeline-components/extractors/llmmetadataextractor.mdx","docs-website/docs/pipeline-components/extractors/presidioentityextractor.mdx","docs-website/docs/pipeline-components/extractors/regextextextractor.mdx","docs-website/docs/pipeline-components/extractors/spacynamedentityextractor.mdx","docs-website/docs/pipeline-components/extractors/transformersnamedentityextractor.mdx","docs-website/docs/pipeline-components/fetchers.mdx","docs-website/docs/pipeline-components/fetchers/external-integrations-fetchers.mdx","docs-website/docs/pipeline-components/fetchers/firecrawlcrawler.mdx","docs-website/docs/pipeline-components/fetchers/googledrivefetcher.mdx","docs-website/docs/pipeline-components/fetchers/linkcontentfetcher.mdx","docs-website/docs/pipeline-components/fetchers/mssharepointfetcher.mdx","docs-website/docs/pipeline-components/fetchers/tavilyfetcher.mdx","docs-website/docs/pipeline-components/generators.mdx","docs-website/docs/pipeline-components/generators/aimllapichatgenerator.mdx","docs-website/docs/pipeline-components/generators/amazonbedrockchatgenerator.mdx","docs-website/docs/pipeline-components/generators/amazonbedrockgenerator.mdx","docs-website/docs/pipeline-components/generators/anthropicchatgenerator.mdx","docs-website/docs/pipeline-components/generators/anthropicfoundrychatgenerator.mdx","docs-website/docs/pipeline-components/generators/anthropicgenerator.mdx","docs-website/docs/pipeline-components/generators/anthropicvertexchatgenerator.mdx","docs-website/docs/pipeline-components/generators/azureopenaichatgenerator.mdx","docs-website/docs/pipeline-components/generators/azureopenairesponseschatgenerator.mdx","docs-website/docs/pipeline-components/generators/coherechatgenerator.mdx","docs-website/docs/pipeline-components/generators/coheregenerator.mdx","docs-website/docs/pipeline-components/generators/cometapichatgenerator.mdx","docs-website/docs/pipeline-components/generators/edenaichatgenerator.mdx","docs-website/docs/pipeline-components/generators/external-integrations-generators.mdx","docs-website/docs/pipeline-components/generators/fallbackchatgenerator.mdx","docs-website/docs/pipeline-components/generators/googleaigeminichatgenerator.mdx","docs-website/docs/pipeline-components/generators/googleaigeminigenerator.mdx","docs-website/docs/pipeline-components/generators/googlegenaichatgenerator.mdx","docs-website/docs/pipeline-components/generators/guides-to-generators/choosing-the-right-generator.mdx","docs-website/docs/pipeline-components/generators/huggingfaceapichatgenerator.mdx","docs-website/docs/pipeline-components/generators/litellmchatgenerator.mdx","docs-website/docs/pipeline-components/generators/llamacppchatgenerator.mdx","docs-website/docs/pipeline-components/generators/llamacppgenerator.mdx","docs-website/docs/pipeline-components/generators/llamastackchatgenerator.mdx","docs-website/docs/pipeline-components/generators/metallamachatgenerator.mdx","docs-website/docs/pipeline-components/generators/mistralchatgenerator.mdx","docs-website/docs/pipeline-components/generators/mockchatgenerator.mdx","docs-website/docs/pipeline-components/generators/nvidiachatgenerator.mdx","docs-website/docs/pipeline-components/generators/nvidiagenerator.mdx","docs-website/docs/pipeline-components/generators/ollamachatgenerator.mdx","docs-website/docs/pipeline-components/generators/ollamagenerator.mdx","docs-website/docs/pipeline-components/generators/openaichatgenerator.mdx","docs-website/docs/pipeline-components/generators/openaiimagegenerator.mdx","docs-website/docs/pipeline-components/generators/openairesponseschatgenerator.mdx","docs-website/docs/pipeline-components/generators/openrouterchatgenerator.mdx","docs-website/docs/pipeline-components/generators/orcarouterchatgenerator.mdx","docs-website/docs/pipeline-components/generators/perplexitychatgenerator.mdx","docs-website/docs/pipeline-components/generators/sagemakergenerator.mdx","docs-website/docs/pipeline-components/generators/stackitchatgenerator.mdx","docs-website/docs/pipeline-components/generators/togetheraichatgenerator.mdx","docs-website/docs/pipeline-components/generators/togetheraigenerator.mdx","docs-website/docs/pipeline-components/generators/transformerschatgenerator.mdx","docs-website/docs/pipeline-components/generators/vertexaicodegenerator.mdx","docs-website/docs/pipeline-components/generators/vertexaigeminichatgenerator.mdx","docs-website/docs/pipeline-components/generators/vertexaigeminigenerator.mdx","docs-website/docs/pipeline-components/generators/vertexaiimagecaptioner.mdx","docs-website/docs/pipeline-components/generators/vertexaiimagegenerator.mdx","docs-website/docs/pipeline-components/generators/vertexaiimageqa.mdx","docs-website/docs/pipeline-components/generators/vertexaitextgenerator.mdx","docs-website/docs/pipeline-components/generators/vllmchatgenerator.mdx","docs-website/docs/pipeline-components/generators/watsonxchatgenerator.mdx","docs-website/docs/pipeline-components/generators/watsonxgenerator.mdx","docs-website/docs/pipeline-components/joiners.mdx","docs-website/docs/pipeline-components/joiners/answerjoiner.mdx","docs-website/docs/pipeline-components/joiners/branchjoiner.mdx","docs-website/docs/pipeline-components/joiners/documentjoiner.mdx","docs-website/docs/pipeline-components/joiners/listjoiner.mdx","docs-website/docs/pipeline-components/joiners/stringjoiner.mdx","docs-website/docs/pipeline-components/preprocessors.mdx","docs-website/docs/pipeline-components/preprocessors/chinesedocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/chonkierecursivedocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/chonkiesemanticdocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/chonkiesentencedocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/chonkietokendocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/csvdocumentcleaner.mdx","docs-website/docs/pipeline-components/preprocessors/csvdocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/documentcleaner.mdx","docs-website/docs/pipeline-components/preprocessors/documentpreprocessor.mdx","docs-website/docs/pipeline-components/preprocessors/documentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/embeddingbaseddocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/hierarchicaldocumentsplitter.mdx","docs-website/docs/pipeline-components/preprocessors/markdownheadersplitter.mdx","docs-website/docs/pipeline-components/preprocessors/presidiodocumentcleaner.mdx","docs-website/docs/pipeline-components/preprocessors/presidiotextcleaner.mdx","docs-website/docs/pipeline-components/preprocessors/pythoncodesplitter.mdx","docs-website/docs/pipeline-components/preprocessors/recursivesplitter.mdx","docs-website/docs/pipeline-components/preprocessors/textcleaner.mdx","docs-website/docs/pipeline-components/query/queryexpander.mdx","docs-website/docs/pipeline-components/rankers.mdx","docs-website/docs/pipeline-components/rankers/amazonbedrockranker.mdx","docs-website/docs/pipeline-components/rankers/choosing-the-right-ranker.mdx","docs-website/docs/pipeline-components/rankers/cohereranker.mdx","docs-website/docs/pipeline-components/rankers/external-integrations-rankers.mdx","docs-website/docs/pipeline-components/rankers/fastembedlateinteractionranker.mdx","docs-website/docs/pipeline-components/rankers/fastembedranker.mdx"],"storefront":"/r/deepset-ai","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/deepset-ai/haystack/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}