Closed slutifsh99 closed 3 months ago
Hey! The way the GraphRAG library wants to work is to have your selected output folder initialized first, and then it'll use those contents. I will be releasing a quick tutorial vid hopefully today with the major update.
How to query the generated graph:
-If you are able to run the Indexing with no errors you will end up with the full output files. -Once you have those, you will need to initialize the folder within the Index Management tab. -Once you have initialized (should be 20 items in total) it will make the graph available to query with the LLM
Having same issue, looking forward to your vid!
Having same issue, looking forward to your vid!
same +1
After generating the graph using the indexing process, how can I ensure that the LLM uses this indexed information to answer questions? Currently, it seems like the LLM is not leveraging the indexed data as expected.
Details
I've completed the following steps:
Indexed the data successfully. Generated the graph using the indexed data. Configured the Query Type to "global" expecting it to use the indexed information. Despite these steps, the responses to queries do not appear to be using the indexed data, and the results are similar to those from "direct" queries.