Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haystack-tutorials README.md #303

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png#gh-light-mode-only" width="30%"/>
</p>

<strong><a href="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/deepset-ai/haystack">Haystack</a></strong> is an open source LLM framework by <strong><a href="https://deepset.ai">deepset</a></strong> to help you build production ready applications. Haystack is designed to help you build systems that work intelligently over large document collections to perform tasks like document retrieval, text generation, question answering, or summarization. It achieves this with the concept of <strong>Pipelines</strong> consisting of various <strong>Components</strong> such as a <strong>DocumentStore</strong>, a <strong>Retriever</strong>, and a <strong>PromptNode</strong>.
[**Haystack**](https://github.com/deepset-ai/haystack) is anopen source framework by [**deepset**](https://deepset.ai)聽for building production-ready聽**LLM applications**,聽**retrieval-augmented generative pipelines**聽and聽**state-of-the-art search systems**聽that work intelligently over large document collections. It lets you quickly try out the latest models in natural language processing (NLP) while being flexible and easy to use.

This is the repository where we keep all the Haystack tutorials 馃摀 馃憞 These tutorials are also published to the [Haystack Website](https://haystack.deepset.ai/tutorials/).

Expand Down