graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
Hi, sorry if I have overlooked a simple solution to this, but I am running into the following error when trying to run the example scripts for entity extraction with...
The project seems to contain some issues with the dependencies. These can be detected by running [deptry](https://deptry.com/). - `matplotlib`, `pandas` and `pyarrow` are transitive dependencies. It would be a good...
I can't tell if it's leaking or not. If it is leaking please pick factual examples. ``` ###################### -Examples- ###################### Example 1: Entity_types: [person, technology, mission, organization, location] Text: while...
any examples to use with langhcian/llamaindex?
1. How do I store graph content in a database instead of a file? 2. Is there an HTTP API available for application integration queries?
Add a search option to the documentation https://microsoft.github.io/graphrag/
I have been running the graphrag accelerator (with GPT4-o on AOAI) on the [complete works of Sir Arthur Connan Doyle](https://sherlock-holm.es/ascii/), without modifying the entity configuration. Observing the retrieved graph using...
``` /XXX/graphrag/.venv/lib/python3.10/site-packages/numpy/core/fromnume ric.py:59: FutureWarning: 'DataFrame.swapaxes' is deprecated and will be removed in a future version. Please use 'DataFrame.transpose' instead. ```
Apologies if this is just my lack of understanding, but going through the [getting started tutorial](https://microsoft.github.io/graphrag/posts/get_started/), there seems to be a step missing? We download a book from project gutenberg...
It could be useful to create a "prompt gym" where prompts + models + parameters can be tuned and compared against our best-performing runs. We'll need some good labeled data...