Hi all, I have a question regarding graphs. I am creating a composable graph like this:
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!