Nathan Evans

Results 142 comments of Nathan Evans

Have you looked at the Solution Accelerator repo? https://github.com/Azure-Samples/graphrag-accelerator

Yes, if you use the `asearch` method and supply callbacks it should invoke your callback as new tokens are received from the LLM API

If you add new content to the input and _do _not__ change your indexing parameters, you should get the benefit of the cache on many of the requests. Changing parameters...

Consolidating index update requests with #741

Consolidating alternate model issues here: #657

Related to #741

Closing as duplicate with #113 that is tracking our entity resolution feature

Linked in discussion https://github.com/microsoft/graphrag/discussions/697

We have resolved several issues related to text encoding and JSON parsing that are rolled up into version [0.2.2](https://github.com/microsoft/graphrag/releases/tag/v0.2.2). Please try again with that version and re-open if this is...