Workflows
Basic RAG
Learn how to create a basic RAG workflow with Quivr
Basic RAG
Creating a basic RAG workflow like the one above is simple, here are the steps:
- Add your API Keys to your environment variables
Check our .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!
Was this page helpful?