{ "opencollection": "1.0.0", "info": { "name": "KAITO RAGEngine REST Chat Retrieval API", "version": "1.0.0" }, "items": [ { "info": { "name": "Retrieval", "type": "folder" }, "items": [ { "info": { "name": "Retrieve nodes from a RAG index", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/retrieve", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the top relevant nodes from a RAG index for a given query." } ] } ], "bundled": true }