Basic RAG

- Add your API Keys to your environment variables
.env.example
file to see the possible environment variables you can configure. Quivr supports APIs from Anthropic, OpenAI, and Mistral. It also supports local models using Ollama.
- Create the YAML file
basic_rag_workflow.yaml
and copy the following content in it
- Create a Brain with the default configuration
- Launch a Chat
- You are now all set up to talk with your brain and test different retrieval strategies by simply changing the configuration file!