Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a2f04fb

Browse files
Update docs/integrations/haystack.md
Co-authored-by: Tuana Çelik <tuana.celik@deepset.ai>
1 parent 17589ab commit a2f04fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/haystack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: /integrations/haystack
33
title: 💙 Haystack
44
---
55

6-
[Haystack](https://github.com/deepset-ai/haystack) is an open-source LLM framework in Python. It provides tooling for all steps of the NLP application building life-cycle. This includes tooling to prepare and embed documents into vector databases, as well as building fully customizable LLM pipelines such as retrieval-augmented generative (RAG) pipelines.
6+
[Haystack](https://github.com/deepset-ai/haystack) is an open-source LLM framework in Python. It provides [embedders](https://docs.haystack.deepset.ai/v2.0/docs/embedders), [generators](https://docs.haystack.deepset.ai/v2.0/docs/generators) and [rankers](https://docs.haystack.deepset.ai/v2.0/docs/rankers) via a number of LLM providers, tooling for [preprocessing](https://docs.haystack.deepset.ai/v2.0/docs/preprocessors) and data preparation, connectors to a number of vector databases including Chroma and more. Haystack allows you to build custom LLM applications using both components readily available in Haystack and [custom components](https://docs.haystack.deepset.ai/v2.0/docs/custom-components). Some of the most common applications you can build with Haystack are retrieval-augmented generation pipelines (RAG), question-answering and semantic search.
77

88
<img src="https://img.shields.io/github/stars/deepset-ai/haystack.svg?style=social&label=Star&maxAge=2400"/>
99

0 commit comments

Comments
 (0)