feat(rerankers): Add new backend, support jina rerankers API (#2121)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2024-04-25 00:19:02 +02:00
committed by GitHub
parent e16658b7ec
commit b664edde29
25 changed files with 628 additions and 5 deletions

View File

@ -0,0 +1,5 @@
# Creating a separate environment for the reranker project
```
make reranker
```