julianrisch
commited on
Commit
•
bda804f
1
Parent(s):
92c4219
Update README.md
Browse files
README.md
CHANGED
@@ -37,18 +37,29 @@ Stefan Schweter: `stefan [at] schweter.eu`
|
|
37 |
Timo Möller: `timo.moeller [at] deepset.ai`
|
38 |
|
39 |
## About us
|
40 |
-
![deepset logo](https://workablehr.s3.amazonaws.com/uploads/account/logo/476306/logo)
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
|
51 |
-
|
52 |
-
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
|
53 |
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
Timo Möller: `timo.moeller [at] deepset.ai`
|
38 |
|
39 |
## About us
|
|
|
40 |
|
41 |
+
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-3">
|
42 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
43 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/deepset-logo-colored.png" class="w-40"/>
|
44 |
+
</div>
|
45 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center">
|
46 |
+
<img alt="" src="https://raw.githubusercontent.com/deepset-ai/.github/main/haystack-logo-colored.png" class="w-40"/>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
|
50 |
+
[deepset](http://deepset.ai/) is the company behind the production-ready open-source AI framework [Haystack](https://haystack.deepset.ai/).
|
|
|
51 |
|
52 |
+
Some of our other work:
|
53 |
+
- [Distilled roberta-base-squad2 (aka "tinyroberta-squad2")](https://huggingface.co/deepset/tinyroberta-squad2)
|
54 |
+
- [German BERT](https://deepset.ai/german-bert), [GermanQuAD and GermanDPR](https://deepset.ai/germanquad), [German embedding model](https://huggingface.co/mixedbread-ai/deepset-mxbai-embed-de-large-v1)
|
55 |
+
- [deepset Cloud](https://www.deepset.ai/deepset-cloud-product), [deepset Studio](https://www.deepset.ai/deepset-studio)
|
56 |
+
|
57 |
+
## Get in touch and join the Haystack community
|
58 |
+
|
59 |
+
<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>.
|
60 |
+
|
61 |
+
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community">Discord community open to everyone!</a></strong></p>
|
62 |
+
|
63 |
+
[Twitter](https://twitter.com/Haystack_AI) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Discord](https://haystack.deepset.ai/community) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://haystack.deepset.ai/) | [YouTube](https://www.youtube.com/@deepset_ai)
|
64 |
+
|
65 |
+
By the way: [we're hiring!](http://www.deepset.ai/jobs)
|