grants-rag / config /v6.yaml
Gen. Overseer Lupo
Clean initial commit for HF Spaces (exclude venv & binaries)
598f5cb
raw
history blame
1.52 kB
# Minimal, valid config β€” v6.2
sources:
- name: "Grants.gov (API: capacity building - general)"
type: grantsgov_api
enabled: true
url: "https://apply07.grants.gov/grantsws/rest/opportunities/search/"
fallback_json: data/grants_fallback_sample.json
geo: "US"
categories:
- capacity_building
api:
page_size: 25
max_pages: 1
payload:
keyword: "capacity building"
oppStatuses: "posted"
- name: "Grants.gov (API: capacity building - vehicles/transportation)"
type: grantsgov_api
enabled: true
url: "https://apply07.grants.gov/grantsws/rest/opportunities/search/"
fallback_json: data/grants_fallback_sample.json
geo: "US"
categories:
- capacity_building
- transportation
- vehicle
api:
page_size: 25
max_pages: 1
payload:
keyword: "capacity building transportation vehicle bus van transit mobility"
oppStatuses: "posted"
- name: "Grants.gov (API: FTA Section 5310 - Enhanced Mobility)"
type: grantsgov_api
enabled: true
url: "https://apply07.grants.gov/grantsws/rest/opportunities/search/"
fallback_json: data/grants_fallback_sample.json
geo: "US"
categories:
- capacity_building
- elderly
- transportation
- vehicle
api:
page_size: 25
max_pages: 1
payload:
keyword: "5310 Enhanced Mobility Seniors Individuals with Disabilities"
oppStatuses: "posted"
agencyCodes: ["FTA"]