rm-1997
rm-1997
I recently noticed that when executing a local search, there are two calls made to my azure openai model. While it is clear to me that the global search invokes...
In the file [backend/src/api/query.py](https://github.com/Azure-Samples/graphrag-accelerator/blob/38096c8e86e6324fcae65a6b6b1af3e30c60e82e/backend/src/api/query.py#L82), the community level, which is used behind the scences for the global search, is hardcoded to 1 (same for query_streaming.py): ``` # current investigations show that...
**Bug Description** I have built three indexes (using different source documents) and I noticed that for **every** local query, the local search context provides an empty list for the claims:...