akshata29/entaoai
Enterprise RAG application enabling chat-based Q&A over uploaded private data using Azure OpenAI and vector stores.

This repository provides a complete RAG (Retrieval Augmented Generation) system for enterprise data. Users can upload their data, which gets indexed into vector stores like Pinecone or Redis, or into Azure Cognitive Search. The system then uses GPT-35-turbo or GPT-3 via Azure OpenAI to answer questions from the uploaded content. It includes autonomous agent capabilities via PromptFlow, evaluation pipelines for measuring response groundedness, and supports streaming chat responses.