This repository is an index of Haystack integrations that can be used with a Haystack Pipeline or Agent.
These integrations are maintained by their respective owner or authors. You can browse them on the Haystack Integrations page, where you will find information on the Author(s), installation and usage of each tool.
Haystack Integrations are a Document Store, Model Provider, Custom Component, Monitoring Tool or Evaluation Framework that are either external packages or additional technologies that can be used with Haystack. Some integrations may be maintained by the deepset team, others are community contributions owned by the authors of the integration. Read more about Haystack Integrations in Introduction to Integrations.
Prompts for the PromptNode
and Agent
can be found on our Prompt Hub.
To contribute a prompt, follow instructions in the prompthub
repo.
To contribute, create a PR add an .md
file to the integrations/
directory.
π You can start off with the draft integration page
A few things to include in the file π
The frontmatter has to include the following:
---
layout: integration (required)
name: Name of your integration (required)
description: A short description (this will appear on the front page element of your integration on the website) (required)
authors:
- name: Name of Author 1 (required)
socials:
github: include if desired
twitter: include if desired
- name: Name of Author 2
socials:
github: include if desired
twitter: include if desired
pypi: url of pypi package if exists
repo: url of GitHub repo if exists
report_issue: url to where people can report an issue with the integration
type: Document Store OR Model Provider OR Data Ingestion OR Monitoring Tool or Evaluation Framework OR Custom Component (required)
logo: /logos/your-logo.png (optional)
version: Haystack 2.0 (if it's for Haystack 2.0)
---
Note that there should be at least one of either the pypi
or repo
fields for us to merge the integration.
Then, please add as much information and instructions about your Integration as possible as the body of your .md
file.
Open a Pull Request, and congrats, if all goes well, you will see your integration on the integrations page in no time π₯³