run-llama/LlamaIndexTS

Support LLM Reranker

Open

#1,423 opened on Nov 1, 2024

 (2 comments) (1 reaction) (0 assignees)TypeScript (524 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (3,078 stars)
PR merge metrics
 (PR metrics pending)

Description

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?

Contributor guide