This example shows how to build your own RAG Doctor 👩⚕️:
Build an embeddings database from documentation CSVs
Query the database with LLMs
Serve the RAG model as an API endpoint
Data Preparation
Compile CSV documentation and create an embeddings database, ensuring data is organized for efficient retrieval.
Embedding Database
Utilize Large Language Models (LLMs) to build and query the embeddings database effectively.
API Deployment
Configure and deploy the RAG model as an API endpoint to facilitate seamless interaction and integration.
The repository walks you through how to go through the above steps:
Last updated 1 month ago
Was this helpful?