From 766430d58cd24d0b78a26c315ed5a66e9e7e7d78 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Wed, 23 Oct 2024 12:13:43 -0500 Subject: [PATCH] chore: updated README --- rag-as-a-service/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rag-as-a-service/README.md b/rag-as-a-service/README.md index 4e9912f..4947763 100644 --- a/rag-as-a-service/README.md +++ b/rag-as-a-service/README.md @@ -2,11 +2,11 @@ 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 +- 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?