mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-12 02:16:38 +00:00
25 lines
2.4 KiB
Plaintext
25 lines
2.4 KiB
Plaintext
---
|
||
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 AI’s 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. |
|