Topic
RAG systems
An assistant that first searches your own documents and then answers with references.
Knowledge search over sample documents (RAG)
Sample documents of a fictional company – ask a question and we retrieve the most relevant passages.
Examples:
Ask a question to find matching passages in the sample documents.
Answer from the sources
Note: this is retrieval only. In a real system, a language model would phrase the answer from these sources.
What you gain
- Answers from your knowledge, not the internet
- Every statement with a verifiable source
- New staff find what they need instantly