Tuana commited on
Commit
5483466
1 Parent(s): 04dc12e

adding context for pipelines

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +7 -2
  3. join-slack.png +0 -0
  4. 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.ai</a> is the company behind <strong><a href="https://haystack.deepset.ai/">Haystack</a></strong>, an open source NLP framework to help you develop production ready 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
  </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

  • SHA256: 7da1d5207b5f9934dbc9e1b638830eb3ec168174afbd9dac41c611abf7685e77
  • Pointer size: 130 Bytes
  • Size of remote file: 45.3 kB
pipeline.png ADDED

Git LFS Details

  • SHA256: 6a525f9eae46fb76776e34e5a07104bc9adcde5e2ad971aeac5b9229f5a83fb2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB