charliewei0716/on-your-data-with-streamlit
Showcase the use of Azure OpenAI's native On Your Data feature and integrates it with Streamlit, a robust framework for developing web applications purely in Python. The goal is to create an MVP for RAG with the most streamlined architecture possible.
This project helps developers quickly build an interactive web-based chat application that can answer questions using their own business documents. You provide your documents (like PDFs or handbooks), and it generates a secure chat interface where users can ask questions and get answers directly from your content. It's designed for developers who need to create a custom AI assistant without extensive data preparation.
No commits in the last 6 months.
Use this if you are a developer looking for a streamlined way to integrate your company's documents with an Azure OpenAI chat interface.
Not ideal if you are an end-user without programming experience or if you need a solution that doesn't involve Azure cloud services.
Stars
8
Forks
2
Language
Bicep
License
MIT
Category
Last pushed
Aug 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/charliewei0716/on-your-data-with-streamlit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
QmiAI/Qmedia
An open-source AI content search engine designed specifically for content creators. Supports...
ben-ogden/pinecone-rag
Using Pinecone, LangChain + OpenAI for Generative Q&A with Retrieval Augmented Generation (RAG).
thevladdo/rag-backend
Retrieval-Augmented Generation server with Pinecone and OpenAI
teamunitlab/rag-document-app
This FastAPI-based RAG service processes OCR data, generates embeddings using OpenAI, and...
mazzasaverio/fastapi-langchain-rag
(Let's start with a) Scalable question-answering system utilizing FastAPI, LangChain (LCEL), and...