Official documents for central government schemes (PM-KISAN, PMFBY, MGNREGA) with Maharashtra implementation guidelines, suitable for building scheme information retrieval agents
# Government scheme documents for RAG applications
from langchain.document_loaders import DirectoryLoader
# loader = DirectoryLoader('scheme_docs/', glob='*.pdf')
# docs = loader.load()
print('Collect Maharashtra government scheme documents for RAG')| Field | Type | Description |
|---|---|---|
| text | string | Government scheme document text |
| scheme_name | string | Name of the government scheme |
| department | string | Issuing department |