massi commited on
Commit
37906fb
β€’
1 Parent(s): 1029a31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -14,11 +14,15 @@ pinned: false
14
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
15
  <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
16
  </div>
17
- <div class="lg:col-span-2">
18
- <p><strong><a href="https://deepset.ai">deepset</a></strong> is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open-source NLP framework to help you build production ready search systems or applications powered by various NLP tasks such as Question Answering. We host our models and datasets we create on Hugging Face πŸ€—! Haystack is designed to help you build systems that work intelligently over large document collections. It achieves this with the concept of <strong>Pipelines</strong> consisting of various <strong>Nodes</strong> such as a <strong>DocumentStore</strong>, a <strong>Retriever</strong> and a <strong>Reader</strong>.
19
- </p>
20
- <p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://docs.haystack.deepset.ai">Documentation</a></strong>. You can also <strong><a class="h-7" href="https://haystack.deepset.ai/community">join us on Discord</a></strong>
21
- </p>
22
- <p align="center"><img src="https://img.shields.io/pypi/v/farm-haystack?label=Haystack%20version"/></p>
23
- </div>
24
- </div>
 
 
 
 
 
14
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
15
  <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
16
  </div>
17
+ </div>
18
+
19
+ [**deepset**](https://www.deepset.ai/) is the company behind [**Haystack**](https://haystack.deepset.ai/), an open source LLM framework to help you build production ready applications powered by LLMs, Transformer models, vector search and more. Whether you want to perform retrieval-augmented generation (RAG), document search, question answering or answer generation, Haystack provides the tools to implement composable AI systems that are easy to use, customize, extend, optimise, evaluate and ultimately deploy to production.
20
+
21
+ * πŸ“š Start learning Haystack with our [Tutorials](https://haystack.deepset.ai/tutorials)
22
+ * πŸ§‘β€πŸ³ Check out example notebooks in our [Cookbooks](https://github.com/deepset-ai/haystack-cookbook)
23
+ * πŸ€— We host our models and datasets on [Hugging Face](https://huggingface.co/deepset)
24
+ * πŸ“Ί Regular [Open NLP Meetups](https://www.meetup.com/open-nlp-meetup/)
25
+ * 🌐 For events by Haystack, follow [our Luma calendar](https://lu.ma/haystack)
26
+
27
+ <p align="center">For more info on Haystack, visit our <strong><a href="https://docs.haystack.deepset.ai">Documentation</a></strong>. You can also <strong><a href="https://discord.com/invite/VBpFzsgRVF">join us on Discord</a></strong></p>
28
+ <p align="center"><img src="https://img.shields.io/pypi/v/haystack-ai?label=Haystack%20version"/></p>