Added reranker mention

This commit is contained in:
EzFeDezy
2025-04-13 11:47:01 +02:00
parent 60dd19eded
commit 1f4021fa74
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 KiB

After

Width:  |  Height:  |  Size: 695 KiB

View File

@@ -5,9 +5,9 @@ Embeddingsearch is a DotNet C# library that uses Embedding Similarity Search (si
This repository comes with
- the library
- a ready-to-use CLI module
- a REST API server (WIP) for if you want to process the data somewhere else or make it available to other languages.
- a REST API server (WIP) for if you want to process the data on a remote server or make it available to other languages.
(Reranker support is planned, but its integration is not yet conceptualized.)
# How to set up
1. Install [ollama](https://ollama.com/download)
2. Pull a few models using ollama (e.g. `paraphrase-multilingual`, `bge-m3`, `mxbai-embed-large`, `nomic-embed-text`)