mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-28 16:28:47 +00:00
* 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