Find answers from the community

Updated 3 months ago

@kapa.ai @kapa.ai what is the include_

what is the include_text in this function?

query_engine = index.as_query_engine(
include_text=True, response_mode="tree_summarize"
)

tell me the default pattern of this parameter
L
2 comments
include text just means, for a knowledge graph, include the text from where the matching KG triplets were found when prompting the LLM

by default, it is true
If its false, it just sends the triplets themselves as context
Add a reply
Sign up and join the conversation on Discord