Lazarus RikAi2-RAG-26.324.1830

Lazarus RikAi2-RAG-26.324.1830

Lazarus.png

 

Lazarus RikAi2-RAG

 

Author: Taiki Shimasaki(shimasaki@argos-service.com)

       

Description and features

This plugin is designed to work with RikAI2-RAG.
It operates in synchronous mode.

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/

 

Need help?

Technical contact to tech@argos-labs.com



May you search all operations,

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

  1. Main

Question

Questions for RikAI2-RAG

Endpoint

Endpoint URL for RikAI2-RAG.

https://lazarus-sample-url.app/api/

⚠️ Make sure the URL ends with “/api/”

Org Id

Lazarus API Org ID

Auth Key

Lazarus API Auth Key

Lazarus_2.png
  1. 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

Lazarus_3.png
  1. 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.