adding context for pipelines
Browse files- .gitattributes +1 -0
- README.md +7 -2
- join-slack.png +0 -0
- pipeline.png +3 -0
.gitattributes
CHANGED
@@ -26,3 +26,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -14,11 +14,16 @@ 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://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" class="w-40"/>
|
16 |
</div>
|
17 |
-
<p class="lg:col-span-2"><a href="https://deepset.ai">deepset
|
18 |
</p>
|
19 |
<a class="lg:col-span-2" href="https://haystack.deepset.ai/community/join" >
|
20 |
<div class="w-full rounded-lg flex justify-center items-center">
|
21 |
<img class="h-20" alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/join-slack.png"/>
|
22 |
</div>
|
23 |
-
</a>
|
|
|
|
|
|
|
|
|
|
|
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://huggingface.co/spaces/deepset/README/resolve/main/haystack-logo-colored.svg" class="w-40"/>
|
16 |
</div>
|
17 |
+
<p class="lg:col-span-2"><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 🤗! 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://haystack.deepset.ai">Documentation</a></strong>
|
18 |
</p>
|
19 |
<a class="lg:col-span-2" href="https://haystack.deepset.ai/community/join" >
|
20 |
<div class="w-full rounded-lg flex justify-center items-center">
|
21 |
<img class="h-20" alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/join-slack.png"/>
|
22 |
</div>
|
23 |
+
</a>
|
24 |
+
<p class="lg:col-span-2"> Haystack is designed to help you to 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>DocumetnStore</strong>, a <strong>Retriever</strong> and a <strong>Reader</strong>:
|
25 |
+
</p>
|
26 |
+
<div class="lg:col-span-2 w-full rounded-lg flex justify-center items-center">
|
27 |
+
<img class="h-40" alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/pipeline.png"/>
|
28 |
+
</div>
|
29 |
</div>
|
join-slack.png
CHANGED
Git LFS Details
|
pipeline.png
ADDED
Git LFS Details
|