Skip to content
peter-olai edited this page May 7, 2025 · 8 revisions

Welcome to the Chat-Service Wiki

This wiki provides documentation for the Chat-Service, a backend service designed to integrate Large Language Models (LLMs), transcription, and Retrieval Augmented Generation (RAG) capabilities, for use with VR4VET NPCs and other AI applications.

Overview

The Chat-Service provides the following core functionalities:

  • Transcription: Converts spoken audio from users into text via https://github.com/openai/whisper.
  • LLM Integration: Processes user transcribed audio and context to generate intelligent responses (via external api).
  • RAG Service: Enhances LLM responses by retrieving relevant information from a knowledge base.
  • API Endpoints: Exposes these services for client applications to consume.

Navigate through the sidebar to find more detailed information about specific components, setup, and API usage.

Clone this wiki locally