raphaelsty / neural-cherche

Neural Search
https://raphaelsty.github.io/neural-cherche/
MIT License
347 stars 17 forks source link

Run formatting with black and Isort imports. Raise warnings if duplicates queries. #20

Closed raphaelsty closed 7 months ago

raphaelsty commented 7 months ago

This PR update code style and docstrings. We will also raise warnings if the user pass duplicates queries to the retriever or ranker.

Thank's to @arthur-75 for the feedback related to queries duplicates.