API Online

Chat API (RAG)

AI-powered document Q&A using Retrieval-Augmented Generation.

How it works

  1. Your question is converted to an embedding vector
  2. The system searches for relevant document chunks
  3. Top matching chunks are sent to the LLM with your question
  4. The LLM generates an answer with source citations