You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# Haystack Tutorials
2
2
3
3
<divalign="center">
4
-
<ahref="https://haystack.deepset.ai/"><imgsrc="https://github.com/deepset-ai/haystack/blob/main/images/banner.png"alt="Green logo of a stylized white 'H' with the text 'Haystack, by deepset.' Abstract green and yellow diagrams in the background."></a>
4
+
<ahref="https://haystack.deepset.ai/"><imgsrc="https://github.com/deepset-ai/haystack/blob/main/images/banner.png"alt="Blue logo of a stylized white 'H' with the text 'Haystack, by deepset.' Abstract blue diagrams in the background."></a>
5
5
</div>
6
6
7
-
[**Haystack**](https://github.com/deepset-ai/haystack) is an open 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.
8
-
9
7
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/).
10
8
11
9
To contribute to the tutorials, please check out our [Contributing Guidelines](./Contributing.md).
@@ -33,4 +31,4 @@ To contribute to the tutorials, please check out our [Contributing Guidelines](.
33
31
|[Retrieving a Context Window Around a Sentence](./tutorials/42_Sentence_Window_Retriever.ipynb)|[](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/42_Sentence_Window_Retriever.ipynb)||
34
32
|[Build a Tool-Calling Agent](./tutorials/43_Building_a_Tool_Calling_Agent.ipynb)|[](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/43_Building_a_Tool_Calling_Agent.ipynb)||
35
33
|[Creating Custom SuperComponents](./tutorials/44_Creating_Custom_SuperComponents.ipynb)|[](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/44_Creating_Custom_SuperComponents.ipynb)||
36
-
|[Creating a Multi-Agent System with Haystack](./tutorials/45_Creating_a_Multi_Agent_System.ipynb)|[](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/45_Creating_a_Multi_Agent_System.ipynb)||
34
+
|[Creating a Multi-Agent System with Haystack](./tutorials/45_Creating_a_Multi_Agent_System.ipynb)|[](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/45_Creating_a_Multi_Agent_System.ipynb)||
0 commit comments