run-llama/LlamaIndexTS

Support Simple Summarize mode as in Python lib

Open

#806 opened on May 3, 2024

 (0 comments) (0 reactions) (0 assignees)TypeScript (524 forks)auto 404
enhancementhelp wanted

Repository metrics

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

Description

Any plans to support the simple summarize mode in response synthesizers? It is an cost-effective mode to summarize long articles.

https://docs.llamaindex.ai/en/stable/api_reference/response_synthesizers/simple_summarize/

Contributor guide