Cherche
Neural search
Installation 🤖¶
To install Cherche for use with a simple retriever on CPU, such as TfIdf, Flash or Lunr, use the following command:
pip install cherche
To install Cherche for use with any semantic retriever or ranker on CPU, use the following command:
pip install "cherche[cpu]"
Finally, if you plan to use any semantic retriever or ranker on GPU, use the following command:
pip install "cherche[gpu]"
By following these installation instructions, you will be able to use Cherche with the appropriate requirements for your needs.
Links to the documentation: