Daria Fokina 3e81ec75dc
docs: add 2.18 and 2.19 actual documentation pages (#9946)
* versioned-docs

* external-documentstores
2025-10-27 13:03:22 +01:00

25 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Connectors"
id: connectors
slug: "/connectors"
description: "These are Haystack integrations that connect your pipelines to services by external providers."
---
# Connectors
These are Haystack integrations that connect your pipelines to services by external providers.
| Component | Description |
| :------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
| [GitHubFileEditor](doc:githubfileeditor) | Enables editing files in GitHub repositories through the GitHub API. |
| [GitHubIssueCommenter](doc:githubissuecommenter) | Enables posting comments to GitHub issues using the GitHub API. |
| [GitHubIssueViewer](doc:githubissueviewer) | Enables fetching and parsing GitHub issues into Haystack documents. |
| [GitHubPRCreator](doc:githubprcreator) | Enables creating pull requests from a fork back to the original repository through the GitHub API. |
| [GitHubRepoForker](doc:githubrepoforker) | Enables forking a GitHub repository from an issue URL through the GitHub API. |
| [GitHubRepoViewer](doc:githubrepoviewer) | Enables navigating and fetching content from GitHub repositories through the GitHub API. |
| [JinaReaderConnector](doc:jinareaderconnector) | Use Jina AIs Reader API with Haystack. |
| [LangfuseConnector](/docs/langfuseconnector) | Enables tracing in Haystack pipelines using Langfuse. |
| [OpenAPIConnector](doc:openapiconnector) | Acts as an interface between the Haystack ecosystem and OpenAPI services, using explicit input arguments. |
| [OpenAPIServiceConnector](/docs/openapiserviceconnector) | Acts as an interface between the Haystack ecosystem and OpenAPI services. |
| [WeaveConnector](doc:weaveconnector) | Connects you to Weights & Biases Weave framework for tracing and monitoring your pipeline components. |