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 3 months ago
0
Follow
@kapa.ai @kapa.ai what is the include_
@kapa.ai @kapa.ai what is the include_
Inactive
0
Follow
R
RUPP
12 months ago
ยท
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
Share
Open in Discord
L
Logan M
12 months ago
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
L
Logan M
12 months ago
If its false, it just sends the triplets themselves as context
Add a reply
Sign up and join the conversation on Discord
Join on Discord