Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 9 months ago
0
Follow
It' now clear why tree_summarize goes
It' now clear why tree_summarize goes
Inactive
0
Follow
j
jonm
9 months ago
ยท
It' now clear why tree_summarize goes back to the LLM so many times
L
j
4 comments
Share
Open in Discord
L
Logan M
9 months ago
also, the type of index matters too
SummaryIndex
sends every node to the LLM
L
Logan M
9 months ago
VectorStoreIndex
sends the top k (default is 2) chunks
L
Logan M
9 months ago
if the retrieved nodes don't fit into a single LLM call, then it will do multiple in order to let the LLM read all the retrieved data
j
jonm
9 months ago
Thanks - very useful to understand this
Add a reply
Sign up and join the conversation on Discord
Join on Discord