Integrations
We are adding more integrations regularly. If you are looking for a specific integration, you can request one via our Github issues.
In this section, we’ll guide you through integrating ColiVara with LLM frameworks. This integration will allow you to seamlessly connect to other moving parts in your RAG project.
Currently, we are supporting integrating with
Overview
1. Install Dependencies
2. Set up ColiVara RAG client and Process your documents
2
3. Create the Context
For simplicity, we are skipping Query transformation step. In RAG, query transformation converts user queries into the format the model needs. Instead, we are using the query directly.
4. Create a Client with your integrated LLM Framework
5. Run your RAG query and Generate the answer
Last updated
Was this helpful?