cherche
cherche copied to clipboard
Neural Search
I'm using a cherche pipline built of a tfidf retriever with a sentencetransformer ranker as follows : search = (retriever + ranker) While trying to add documents to the pipeline...
you say that one can find the explnaation about metrics here but it doesn't say what "precision" and "r-precision" are.
Create a retriever based on a sentence bert, passing a value, eg. 10, to k param. It is not taken into account when calling the retriever (more values are returned)...
the doc at regarding the "call" method says: > If the batch_size_ranker, or batch_size_retriever it takes precedence over the batch_size. If the k_ranker, or k_retriever it takes precedence over the...
Update the set of requirements to include setuptools_rust. Related to issue #21
Hi developers! Trying to install cherche via `pip install cherche[gpu]` in a clean conda environment on python 3.11.11 on linux I get `ModuleNotFoundError: No module named 'setuptools_rust'`. After installing `setuptools_rust`...