Traceback (most recent call last): TypeError: float_cast(): incompatible function arguments. The following argument types are supported: 1. (arg0: float) -> float Invoked with: 5 The issue seems to ...
I'm using LightRAG (via RAG-Anything) to build a RAG system for processing PDF books and querying them. When enabling reranking with a custom rerank_model_func (using ...