Revision as of 11:20, 7 October 2025 by Redaktion (talk | contribs)

How does the integrated Chatbot work?[edit | edit source]

Diagram of necessary components
Chatbot system
  • Provision of raw data from the wiki for processing in the RAG pipeline.
  • Request to the chatbot via the chat interface.
  • Transfer of the request to the RAG pipeline. There, the data is processed accordingly.
  • Transfer to the LLM. Text generation by the language model.
  • Transfer to the chatbot.
  • Transfer to the chat interface. Output there.


What are the LLM requirements?[edit | edit source]

  • BlueSpice does not provide the LLM that is a prerequisite for the chatbot feature. The LLM must be provided by the customer and the wikimust be able to communicate with it by exchanging API keys.
  • Currently, the following LLMs are supported:
    • OpenAI and OpenAI-compatible systems (including, for example, Microsoft Azure, DeepSeek, Google Gemini)
    • Ollama, Mistral AI (open source, e.g., via IONOS)
  • Cloud hosting requirement: Internet access for the LLM is required (common encryption).
 

RAG pipeline[edit | edit source]



PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end