-
According to the https://github.com/ggerganov/llama.cpp/pull/9510, lllama-cpp supported for reranking model https://huggingface.co/BAAI/bge-reranker-v2-m3.
Please provide support for this version.
-
When I run pheval, I see this stacktrace coming ultimately from linkml_runtime I think
`ImportError: cannot import name 're' from 'typing' (/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Pyt…
-
### What model would you like?
Till now, ollama supports LLM and embedding models. I wonder if it could support popular reranking models later?
Such as:
1. [BAAI/bge-reranker-large](https://huggi…
-
Hello,
I am running the first example on "quick start": python -u main.py -data ../data/raw/dblp/toy.dblp.v12.json -domain dblp -model fnn bnn -fairness det_greedy -attribute popularity.
It see…
-
```
from FlagEmbedding import FlagReranker
reranking_model = 'BAAI/bge-reranker-v2-m3'
reranker = FlagReranker(reranking_model)
if __name__ == '__main__':
reranker.compute_score(['query',…
-
python hn_mine.py --model_name_or_path /data/bxhuang/model_folder/xiaobu-embedding-v2 --input_file /data/bxhuang/Reranking/train_data/text_pairs.json --output_file /data/bxhuang/Reranking/train_data/t…
-
Currently, when using the `text_similarity_reranker` retriever, if something goes wrong during the rerank process, whether this is a direct error from the reranking service or issues due to changes in…
-
You're implementation of RAG advisor look much better and more professional. Would you like to make a pull request and add it to the Spring AI project ?
And also i didn't quit understand, what's th…
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
Recently, I noticed that the `SentenceTransformers` class has gained the ability to use the ONNX backend, which is incredibly beneficial for enhancing performance, especially on CPUs.
I would like …