3803 Commits

Author SHA1 Message Date
Tanay Soni
5eee61a47b Fix README 2020-05-14 22:17:59 +02:00
Stan Kirdey
72a3b70d7a
Add filtering by tags for InMemoryDocumentStore (#108) 2020-05-14 22:12:25 +02:00
Tanay Soni
73aed42f14
Add metadata for FAQ style QA (#106) 2020-05-12 15:41:46 +02:00
Tanay Soni
42b60b5578
Remove hard-coded embedding field (#107) 2020-05-12 15:41:26 +02:00
Malte Pietsch
d848445437
make doc name optional (#100) 2020-05-11 12:17:58 +02:00
Tanay Soni
11f77abbd1
Fix Document schema to accommodate question embeddings (#102) 2020-05-08 20:28:52 +02:00
Malte Pietsch
cdc38e7b2e
Fix link in readme 2020-05-07 10:21:01 +02:00
Malte Pietsch
a431a94b04
Add basic tutorial for FAQ-based QA & batch comp. of embeddings (#98)
* Add basic tutorial for FAQ-based QA and switch to bach computation of embeddings

* update readme & haystack version in tutorial
2020-05-07 10:19:26 +02:00
Tanay Soni
f1b1793e29 Remove unused variable 2020-05-06 12:17:36 +02:00
Malte Pietsch
f58f58fc86
Make saving more explicit in tutorial 2 (#95) 2020-05-06 12:13:49 +02:00
Malte Pietsch
9437daba98
Fix list in readme 2020-05-06 09:41:38 +02:00
Tanay Soni
b4842f2cfb Update version 0.2.1 2020-05-05 15:07:44 +02:00
Tanay Soni
f96d2d2956 Fix readme 2020-05-05 10:50:18 +02:00
Tanay Soni
ed133010c6 Upgrade version 2020-05-05 10:45:17 +02:00
Tanay Soni
37e0ff70f7
Add test for Elasticsearch document store (#88) 2020-05-04 18:00:07 +02:00
Tanay Soni
3d395cdbda
Add Docker Images for running Haystack (#85) 2020-05-04 17:28:01 +02:00
Malte Pietsch
b7f6cf6614
Fix colab tutorial link 2020-05-04 14:59:40 +02:00
Malte Pietsch
57db1e9400
Fix link to tutorial 2020-05-04 14:53:46 +02:00
Malte Pietsch
d595886630 split docs into passages in tutorials 2020-04-30 19:27:15 +02:00
Malte Pietsch
7b01fb3fbc Merge branch 'master' of github.com:deepset-ai/haystack 2020-04-30 19:03:44 +02:00
Malte Pietsch
7972038afc update tutorials 2020-04-30 19:00:41 +02:00
Malte Pietsch
438543a18a
pin haystack version in tutorials until release (#87) 2020-04-30 18:44:44 +02:00
Malte Pietsch
92429a40e6
update readme & rename arg in TransformersReader for consistency (#86)
* update readme and rename arg in TransformersReader for consistency

* fix typos

* update code snippet
2020-04-30 18:23:19 +02:00
Stan Kirdey
9776ed818f
Fixing typo in transformer. use_gpu provides ordinal of the gpu, not the number of devices to use (#83)
Co-authored-by: skirdey <skirdey@netflix.com>
2020-04-30 13:51:36 +02:00
Tanay Soni
06203c94b7 Fix tutorial link 2020-04-29 14:03:48 +02:00
Tanay Soni
887bdcc376
Update tutorials to use Elasticsearch, new Retrievers (#79) 2020-04-29 14:01:05 +02:00
Tanay Soni
e941a7fdf0
Make filters optional for Elasticsearch query (#80) 2020-04-29 11:37:00 +02:00
Stan Kirdey
54d32d4f1f
Add coverage reports and more tests (#78) 2020-04-28 16:10:32 +02:00
Tanay Soni
747f402544 Add docstring 2020-04-27 21:57:42 +02:00
Stan Kirdey
6038d40a53
Add InMemoryDocumentStore (#76) 2020-04-27 21:54:12 +02:00
Tanay Soni
a78659f234
Fix ElasticsearchDocumentStore. get_all_documents() (#77) 2020-04-27 16:25:47 +02:00
Tanay Soni
8e736cefa0
Simplify Retriever query (#73) 2020-04-27 12:19:59 +02:00
Tanay Soni
2d509078c4
Split Elasticsearch retriever in separate classes (#72) 2020-04-23 16:09:53 +02:00
Tanay Soni
dcb5be45b2
Update Python version in Dockerfile-GPU (#71) 2020-04-22 19:41:21 +02:00
Tanay Soni
3fe319ab20
Log results in APM (#70) 2020-04-22 11:28:23 +02:00
Malte Pietsch
ce4adf3fd2
Update README.rst 2020-04-22 09:55:51 +02:00
Tanay Soni
51a3851f93
Update Dockerfiles to use Gunicorn for deployment (#69) 2020-04-21 16:14:51 +02:00
Malte Pietsch
4b98f60c37 fix name of doc offsets in reader 2020-04-21 14:04:46 +02:00
Tanay Soni
f8da804a91 Update num_processes config for FARMReader 2020-04-20 16:09:23 +02:00
Tanay Soni
07df974880 Update FARM version 2020-04-20 15:28:10 +02:00
Malte Pietsch
aafeb2072a
Return more meta data & restructure API reponse format (#66)
* return more meta data and offsets. move doc name also into meta. change name for feedbackfield from answer_start to answer_doc_start.

* rename offset fields
2020-04-17 19:01:39 +02:00
Malte Pietsch
0e773dfb6d
Update FARM version 2020-04-17 15:56:41 +02:00
Malte Pietsch
c37a685e7f
Update FARM version 2020-04-17 15:55:26 +02:00
Malte Pietsch
21d5a42f7e
Update FARM version 2020-04-17 15:36:24 +02:00
Tanay Soni
7a2e4e7fb7 Udpate FARM version 2020-04-17 15:30:51 +02:00
Tanay Soni
5a93631a3e
Make APM optional (#65) 2020-04-17 15:29:19 +02:00
Tanay Soni
8514612153 Update FARMReader config 2020-04-17 15:25:30 +02:00
Malte Pietsch
a4dcfb1fb6
update inferencer args (num_processes, chunksize) to latest FARM version (#54) 2020-04-17 15:23:24 +02:00
Tanay Soni
b474d21ced
Add limit on concurrent requests for doc-qa (#64) 2020-04-17 15:15:53 +02:00
Malte Pietsch
aa287931f2 add elastic-apm requirement 2020-04-17 14:29:22 +02:00