System Settings

General Settings
Used for API authentication
OpenAI Settings
Chroma Settings
URL to your Chroma instance
Number of results to retrieve
Chunking Settings
Maximum characters per chunk
Characters to overlap between chunks
One separator per line
Q&A Template Settings
Prefix added before the question text
Prefix added before the answer text
Separator between question and answer (use \n for newline, \n\n for double newline, => for arrow, etc.)
Question: How does RAG work?
Answer: RAG uses vector databases to find relevant context.