Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Basically I'm building a mashup web app using qlik, and I'm trying to build an assistant using Qlik Answers but with a custom layout using the REST API.
Questions
- Is POST /api/v1/assistants/{id}/threads/{id}/actions/invoke limited to knowledge base sources by design, with app data sources available only through the agentic experience?
In short, yes the path being called by REST here (/api/v1/assistants/...) is the path which routes to Qlik Answers prior to the integration of structured data so it will only return information from Knowledge Bases. Qlik Answers against structured and unstructured uses the path /api/v1/cloud-assistants/.... which is not published. It is on the roadmap to have these API published.
In short, yes the path being called by REST here (/api/v1/assistants/...) is the path which routes to Qlik Answers prior to the integration of structured data so it will only return information from Knowledge Bases. Qlik Answers against structured and unstructured uses the path /api/v1/cloud-assistants/.... which is not published. It is on the roadmap to have these API published.