Tuana commited on
Commit
bd0f36e
1 Parent(s): 099c847

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,10 +9,10 @@ pinned: false
9
 
10
  <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
11
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
12
- <img alt="" src="https://huggingface.co/spaces/deepset/README/resolve/main/deepset-logo-colored.svg" class="w-40"/>
13
  </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
  <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>.
 
9
 
10
  <div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
11
  <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
12
+ <img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
13
  </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 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>.