similiarty_top_k
to the value of 100 but only get back 20-22 nodes. Why is that? I'm using the AgentRunner
and a basic knowledge tooltop_k
as infinity? So that my retriever just retrieves the max amount of nodes?bge-reranker-v2-m3
and it performs really really well. Actually some nodes are ranked really bad in the RetrieverQueryEngine
, the 200th+ Node actually is the one that matters at the end and is correctly resolved by bge, so i would just like to pass all nodes to it.similarity_top_k=9999
, but would like to know if there is a better wayget_nodes
method, but you still need to provide either node_ids or metadata filtersbge-reranker-v2-m3
using FlagEmbeddingReranker
. I think however there is also the possibility of directly using a BGEM3Index? Or i've seen it somewhere in the docs. Would be cool to directly apply this in the retrieval step instead of having to postprocess.