Find answers from the community

Updated 2 years ago

does anyone have general tools tips for

does anyone have general tools/tips for speeding up indexing and responses?
j
h
3 comments
try use_async=True and response_mode="tree_summarize" during the index.query call
does that work with all index types?
yes (except for the tree index, in which case you'd do response_mode="summarize")
Add a reply
Sign up and join the conversation on Discord