Gabriel Nieves-Ponce a0f0b78b91
Gnievesponce/remove verbose exceptions (#32)
Co-authored-by: Gabriel Nieves-Ponce <gnievesponce@microsoft.com>
2024-06-27 16:05:12 -04:00
..
2024-06-26 15:45:06 -04:00
2024-06-26 15:45:06 -04:00

Instructions

  1. Create a dataset to use with GraphRAG. You may provide your own data or use the get-wiki-articles.py script to download a small set of wikipedia articles for demonstration purposes.
> python get-wiki-articles.py testdata

For a faster example with less data

> python get-wiki-articles.py --short-summary --num-articles 1 testdata
  1. Follow instructions in the HelloWorld.ipynb notebook to explore the GraphRAG API, by building an index of the data in testdata and executing queries.