Querying
Querying can be devided in local search (specific information from a small part of the graph) and global search (information from summaries of the whole graph)
Local Search
LOCAL_SEARCH_PROMPT
---Role---
You are a helpful assistant responding to questions about data in the tables provided.
---Goal---
Generate a response of the target length and format that responds to the user's question, summarizing all information in the input data tables appropriate for the response length and format, and incorporating any relevant general knowledge.
If you don't know the answer, just say so. Do not make anything up.
Do not include information where the supporting evidence for it is not provided.
---Data tables---
{context_data}
---Query---
{query}
Global Search
Not yet implemented