Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
const options = {method: 'GET'}; fetch('https://blackbox.dasha.ai/api/v1/rag/misc/capabilities', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "embeddings": [ { "fullName": "<string>" } ], "rerankers": [ { "fullName": "<string>" } ] }
OK
Show child attributes
Was this page helpful?