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
Hi, I've built a chat application using llama_index typescript version.
Now, I want to add a reranker. I've tested in the python version the llm_rerank and I'm happy with the results.
My question is, since it is using LLM for rerank and not cross-encoder or other transformer, I do not see the need to be available only for python.
Is it in your plans to add a similar interface for ts?
The text was updated successfully, but these errors were encountered:
Hi, I've built a chat application using llama_index typescript version.
Now, I want to add a reranker. I've tested in the python version the llm_rerank and I'm happy with the results.
My question is, since it is using LLM for rerank and not cross-encoder or other transformer, I do not see the need to be available only for python.
Is it in your plans to add a similar interface for ts?
The text was updated successfully, but these errors were encountered: