mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
Add about sections (#1195)
This commit is contained in:
parent
2a5882578a
commit
7dbd58f6be
@ -145,3 +145,20 @@ pipe.run(query="Why did Arya Stark's character get portrayed in a television ada
|
||||
```python
|
||||
pipe.run(query="What kind of character does Arya Stark play?", top_k_retriever=1)
|
||||
```
|
||||
|
||||
## About us
|
||||
|
||||
This [Haystack](https://github.com/deepset-ai/haystack/) notebook was made with love by [deepset](https://deepset.ai/) in Berlin, Germany
|
||||
|
||||
We bring NLP to the industry via open source!
|
||||
Our focus: Industry specific language models & large scale QA systems.
|
||||
|
||||
Some of our other work:
|
||||
- [German BERT](https://deepset.ai/german-bert)
|
||||
- [GermanQuAD and GermanDPR](https://deepset.ai/germanquad)
|
||||
- [FARM](https://github.com/deepset-ai/FARM)
|
||||
|
||||
Get in touch:
|
||||
[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)
|
||||
|
||||
By the way: [we're hiring!](https://apply.workable.com/deepset/)
|
||||
|
||||
@ -303,6 +303,30 @@
|
||||
],
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"## About us\n",
|
||||
"\n",
|
||||
"This [Haystack](https://github.com/deepset-ai/haystack/) notebook was made with love by [deepset](https://deepset.ai/) in Berlin, Germany\n",
|
||||
"\n",
|
||||
"We bring NLP to the industry via open source!\n",
|
||||
"Our focus: Industry specific language models & large scale QA systems.\n",
|
||||
"\n",
|
||||
"Some of our other work:\n",
|
||||
"- [German BERT](https://deepset.ai/german-bert)\n",
|
||||
"- [GermanQuAD and GermanDPR](https://deepset.ai/germanquad)\n",
|
||||
"- [FARM](https://github.com/deepset-ai/FARM)\n",
|
||||
"\n",
|
||||
"Get in touch:\n",
|
||||
"[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)\n",
|
||||
"\n",
|
||||
"By the way: [we're hiring!](https://apply.workable.com/deepset/)"
|
||||
],
|
||||
"metadata": {
|
||||
"collapsed": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -97,3 +97,8 @@ def tutorial12_lfqa():
|
||||
|
||||
if __name__ == "__main__":
|
||||
tutorial12_lfqa()
|
||||
|
||||
|
||||
# This Haystack script was made with love by deepset in Berlin, Germany
|
||||
# Haystack: https://github.com/deepset-ai/haystack
|
||||
# deepset: https://deepset.ai/
|
||||
Loading…
x
Reference in New Issue
Block a user