biigle / ask-biigle
A BIIGLE module to offer help through a chat interface.
dev-main
2026-08-05 11:39 UTC
This package is auto-updated.
Last update: 2026-08-05 13:16:00 UTC
README
The RAG was built using the GWDG RAG-Manager using the BIIGLE Manual, the BIIGLE paper, the MAIA paper, and the LabelBot paper, as well as An Ecologist's Guide to BIIGLE
Installation
- Run
composer require biigle/ask-biigle. - Run
php artisan vendor:publish --tag=publicto refresh the public assets of the modules. Do this for every update of this module.
Configuration
Configure the chatbot backend in the BIIGLE .env:
ASK_BIIGLE_LLM_API_URL(default:https://chat-ai.academiccloud.de/v1/chat/completions)ASK_BIIGLE_LLM_API_KEYASK_BIIGLE_LLM_ALGORITHMASK_BIIGLE_LLM_INFERENCE_SERVICE(default:saia-openai-gateway)ASK_BIIGLE_LLM_ARCANA_ID(optional)ASK_BIIGLE_LLM_SYSTEM_PROMPT(optional)ASK_BIIGLE_LLM_ENABLE_TOOLS(default:true)ASK_BIIGLE_LLM_TEMPERATURE(default:0.2)ASK_BIIGLE_LLM_TOP_P(default:1.0)
After configuration, a new chat button appears in the BIIGLE navbar-right and opens the ask BIIGLE modal.
API Key
To retrieve an API key (ASK_BIIGLE_LLM_API_KEY), please refer to the GWDG SAIA API Request Documentation.