You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a LLM based reranker, the abstract class for rerankers are already done, so it shouldn't be an issue to implement one.
First a simple version using LLM alone should be done.
That reranker should be able to accept any datatypes (document, fact, entity and programs) and be general.
The text was updated successfully, but these errors were encountered:
Adding a LLM based reranker, the abstract class for rerankers are already done, so it shouldn't be an issue to implement one.
First a simple version using LLM alone should be done.
That reranker should be able to accept any datatypes (document, fact, entity and programs) and be general.
The text was updated successfully, but these errors were encountered: