Spaces:
Build error
Build error
File size: 376 Bytes
59324d3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"description": "This is a tool that returns the top result from the Wikipedia KILT index.",
"inputs": {
"query": {
"description": "The search query to find information from Wikipedia",
"type": "string"
}
},
"name": "pyserini_wikipedia_kilt_doc",
"output_type": "string",
"tool_class": "pyserini_wikipedia_kilt_doc.PyseriniWikipediaKiltDoc"
}
|