GodsDevProject commited on
Commit
a1ca242
·
verified ·
1 Parent(s): 16bf2aa

Create adapters/nia.py

Browse files
Files changed (1) hide show
  1. adapters/nia.py +8 -0
adapters/nia.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ def search_nia(query):
2
+ return [{
3
+ "title": "NIA Public Disclosures (India)",
4
+ "agency": "NIA (India)",
5
+ "date": None,
6
+ "snippet": query,
7
+ "url": "https://www.nia.gov.in"
8
+ }]