Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a92ca04648 
							
						 
					 
					
						
						
							
							Update GPU docker & fix race condition with multiple workers ( #436 )  
						
						... 
						
						
						
						* fix gpu CMD and set tag to latest
* udpate dockerfiles. resolve race condition of index creation with multiple workers
* update dockerfiles for preload. remove try catch for elastic index creation
* add back try/catch. disable multiproc in default config to comply with --preload of gunicorn
* change to pip3 for GPU dockerfile
* remove --preload for gpu 
						
						
					 
					
						2020-09-29 21:12:44 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3399fc784d 
							
						 
					 
					
						
						
							
							Refactor file converter interface ( #393 )  
						
						
						
						
					 
					
						2020-09-18 10:42:13 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03fa4a8740 
							
						 
					 
					
						
						
							
							Exclude embedding fields from the REST API ( #390 )  
						
						
						
						
					 
					
						2020-09-17 14:37:01 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9727829cc6 
							
						 
					 
					
						
						
							
							Rename and restructure modules (database, indexing, schemas)   ( #379 )  
						
						... 
						
						
						
						* rename database to documentstore
* move document, label, multilabel to haystack/schema.py
* rename documentstore -> document_store
* split indexing modules -> file_converter + preprocessor
* fix order of imports
* Update tutorial notebooks
* fix torch version in tutorial 4 
						
						
					 
					
						2020-09-16 18:33:23 +02:00 
						 
				 
			
				
					
						
							
							
								Karim Jana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7078a36c0 
							
						 
					 
					
						
						
							
							Custom fields for indexing in ElasticsearchDocumentStore ( #297 )  
						
						
						
						
					 
					
						2020-08-10 11:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Karim Jana 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89dcfed619 
							
						 
					 
					
						
						
							
							Cast Search REST API logs to JSON ( #290 )  
						
						
						
						
					 
					
						2020-08-06 10:36:56 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							723921475f 
							
						 
					 
					
						
						
							
							Make document ids of str type ( #284 )  
						
						
						
						
					 
					
						2020-08-03 16:20:17 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29a15c0d59 
							
						 
					 
					
						
						
							
							Add eval for Dense Passage Retriever & Refactor handling of labels/feedback ( #243 )  
						
						
						
						
					 
					
						2020-07-31 11:34:06 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1289cc6fbb 
							
						 
					 
					
						
						
							
							Fix format of /export-doc-qa-feedback to comply with SQuAD ( #241 )  
						
						
						
						
					 
					
						2020-07-16 13:17:45 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bed2f509f 
							
						 
					 
					
						
						
							
							Refactor DPR for latest transformers version & change init arg gpu -> use_gpu for DPR and EmbeddingRetriever ( #239 )  
						
						... 
						
						
						
						* fix tokenizer warning in latest transformers
* change dpr arg from gpu to use_gpu
* change gpu arg for EmbeddingRetriever 
						
						
					 
					
						2020-07-16 10:45:01 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
						
						
							
						
						
							e5b6546112 
							
						 
					 
					
						
						
							
							Change default reader for REST API  
						
						
						
						
					 
					
						2020-07-16 10:02:06 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c1a5fe61d 
							
						 
					 
					
						
						
							
							Add dummy retriever for benchmarking / reader-only settings ( #235 )  
						
						
						
						
					 
					
						2020-07-15 17:22:17 +02:00 
						 
				 
			
				
					
						
							
							
								Guillim 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a616dae75 
							
						 
					 
					
						
						
							
							Adjust Docker and REST API to allow TransformsReader Class ( #180 )  
						
						
						
						
					 
					
						2020-07-07 16:25:36 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff7e35581b 
							
						 
					 
					
						
						
							
							Add response time in logs ( #201 )  
						
						
						
						
					 
					
						2020-07-07 12:28:41 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68d604d82b 
							
						 
					 
					
						
						
							
							Add response for successful file upload ( #195 )  
						
						
						
						
					 
					
						2020-07-06 17:35:47 +02:00 
						 
				 
			
				
					
						
							
							
								Malte Pietsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07ecfb60b9 
							
						 
					 
					
						
						
							
							Dense Passage Retriever (Inference) ( #167 )  
						
						
						
						
					 
					
						2020-06-30 19:05:45 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e070d0d7c 
							
						 
					 
					
						
						
							
							Create file upload dir if not exists ( #166 )  
						
						
						
						
					 
					
						2020-06-24 15:05:30 +02:00 
						 
				 
			
				
					
						
							
							
								Tanay Soni 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec433a5ed6 
							
						 
					 
					
						
						
							
							Move out REST API from PyPI package ( #160 )  
						
						
						
						
					 
					
						2020-06-22 12:07:12 +02:00