RAG Corpus — ~47,000 Government Resolutions in Marathi and English from 33 departments, structured by department and updated weekly, ideal for RAG pipelines over policy documents
# Maharashtra Government Resolutions
import requests
print('Maharashtra GRs: https://gr.maharashtra.gov.in/')
print('Searchable database of government resolutions')| Field | Type | Description |
|---|---|---|
| gr_number | string | Government Resolution number |
| department | string | Issuing department |
| subject | string | Subject/title of the GR |
| date | date | Date of issue |
| text | string | Full text of the resolution |