Skip to content

Latest commit

 

History

History
 
 

rag-as-a-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

🖇️ RAG-as-a-Service with Claude 3.5 Sonnet

Build and deploy a production-ready Retrieval-Augmented Generation (RAG) service using Claude 3.5 Sonnet and Ragie.ai. This implementation allows you to create a document querying system with a user-friendly Streamlit interface in less than 50 lines of Python code.

Features

  • Production-ready RAG pipeline
  • Integration with Claude 3.5 Sonnet for response generation
  • Document upload from URLs
  • Real-time document querying
  • Support for both fast and accurate document processing modes

How to get Started?

  1. Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd rag-as-a-service
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Get your Anthropic API and Ragie API Key
  1. Run the Streamlit app
streamlit run rag_app.py