RAGenius uses its own reranking service to improve the quality of search results. This guide will show you how to configure the reranking service in RAGenius.Documentation Index
Fetch the complete documentation index at: https://docs.yyassif.dev/llms.txt
Use this file to discover all available pages before exploring further.
Reranking Configuration
We are using FlashrankRerank from Flashrank to improve the quality of search results. It is a reranking open-source library that uses deep learning models to rerank search results.Use Cohere ReRanker
To use the Cohere ReRanker, you need to configure the following environment variables in your.env file:
COHERE_API_KEY variable is not set. If you want to use the Cohere ReRanker, you need to set it to your Cohere API key.