mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-13 02:02:12 +00:00

* OpenSearchDocumentStore: make score_script accessible via knn_engine * blacken * fix tests * fix format * fix naming of 'score_script' consistently * fix tests * fix test * fix ef_search tests * always validate index * improve clone_embedding_field * fix pylint * reformat * remove port * update tests * set no_implicit_optional = false * fix myp * fix test * refactorings * reformat * fix and refactor tests * better tests * create search_field mappings * remove no_implicit_optional = false * skip validation for custom mapping * format * Apply suggestions from docs code review Co-authored-by: Agnieszka Marzec <97166305+agnieszka-m@users.noreply.github.com> * Apply tougher suggestions from code review * fix messages * fix typos * update tests * Update haystack/document_stores/opensearch.py Co-authored-by: Agnieszka Marzec <97166305+agnieszka-m@users.noreply.github.com> * fix tests * fix ef_search validation * add test for ef_search nmslib * fix assert_not_called Co-authored-by: Agnieszka Marzec <97166305+agnieszka-m@users.noreply.github.com>