Find answers from the community

Home
Members
bespaloff
b
bespaloff
Offline, last seen 3 months ago
Joined September 25, 2024
b
bespaloff
·

Prompts

Hi all, I have a question regarding graphs. I am creating a composable graph like this:
Plain Text
graph = ComposableGraph.from_indices(
    GPTTreeIndex,
    [index_set[y] for y in countries+ top_level_subfolders], 
    index_summaries=index_summaries,
    service_context=service_context,
)

How and where I can customize my prompts? I want answer to be specifically detailed. Should I do this in query_configs? I tried but it did not gave any results. Thanks in advance!
10 comments
L
v
b