ragtag4 / docs /swagger.json
hugging2021's picture
Upload folder using huggingface_hub
79c7b05 verified
raw
history blame contribute delete
537 Bytes
{
"swagger": "2.0",
"info": {
"description": "This is the API for the RAGTAG system.",
"title": "RAGTAG API",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"name": "James Campbell",
"email": "[email protected]"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.0"
},
"host": "localhost:8080",
"basePath": "/",
"paths": {}
}