Lazarus RikAi2-RAG-26.324.1830
| Lazarus RikAi2-RAG |
Author: Taiki Shimasaki(shimasaki@argos-service.com)
Description and features This plugin is designed to work with RikAI2-RAG. Prerequisite To use RikAI2-RAG, you need to understand the APIs described in the following documentation. https://docs.lazarusforms.com/models/VKG/usage/rag-api/
|
Return value
Answer Only: type = str
The response returns a string consisting solely of “answer” from the “data” section.
Full JSON: type = str
The entire JSON response is returned. (Be careful when handling it, as it may be too long.)
Return Code
0 Execution Successful
1 All other responses from the plugin
Parameter settings - Requirements and Options
Main
l Question
Questions for RikAI2-RAG
l Endpoint
Endpoint URL for RikAI2-RAG.
https://lazarus-sample-url.app/api/
⚠️ Make sure the URL ends with “/api/”
l Org Id
Lazarus API Org ID
l Auth Key
Lazarus API Auth Key
VKG Input
VKG Base URL
VKG ID
To obtain the VKG ID, please extract the portion following the “=” in the “?vkgId=VKG-ID” section at the end of the relevant VKG URL.
VKG Org Id
VKG Auth Key
VKG User ID
Advanced
Return Format
Answer Only: The response returns a string consisting solely of “answer” from the “data” section.
Full JSON: The entire JSON response is returned. (Be careful when handling it, as it may be too long.)
Advanced Explainability
Num Closest
Num Topics
For more information on these three items, please refer to the URL below.
https://docs.lazarusforms.com/models/VKG/usage/rag-api/
Input URL
Webhook URL
⚠️These two features are currently in experimental implementation and do not function as intended.