mirror of
				https://github.com/Azure-Samples/graphrag-accelerator.git
				synced 2025-10-31 10:39:35 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			537 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			537 B
		
	
	
	
	
	
	
	
Instructions
- Create a dataset to use with GraphRAG. You may provide your own data or use the get-wiki-articles.pyscript 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
- Follow instructions in the 1-Quickstart.ipynbnotebook to explore the GraphRAG API, by building an index of the data intestdataand executing queries.
