Utilizing External Reranker Models
Introduction
As of Layar 1.21 you have the option to use an external reranker for RAG workflows. In order to do so, you will need to have an accessible URL that allows access to the external reranker.
Configuration
- SSH into the environment.
- Run sudo -i
- Run vim /data/layar/layar.config
- Press i to start editing.
- Add the following
- RERANKER_URL: 'http://host:port/rerank'
- Restart the stack.
Updated 28 minutes ago
