You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project(RAG) focuses on operationalizing LLMs by integrating OpenAI, MLflow, FastAPI, and RAGAS for evaluation. It allows users to deploy and manage LLMs, track model runs, and log evaluation metrics in MLflow. The project also features MLflow traces that logs all the user inputs ,responses ,retrieved contexts ,and other essential metrices.
AI-driven prompt generation and evaluation system, designed to optimize the use of Language Models (LLMs) in various industries. The project consists of both frontend and backend components, facilitating prompt generation, automatic evaluation data generation, and prompt testing.
The objective is to build, evaluate, and improve a Retrieval-Augmented Generation (RAG) system for Contract Q&A, simulating interaction with a contract by asking questions and getting precise answers.
Optimizing a Retrieval-Augmented Generation (RAG) system on the CNN/Daily Mail dataset using LangChain, with performance benchmarking and analysis via RAGAS.
A RAG system for Contract Q&A that enables chatting with a contract and asking questions about the contract. It has an interface build with React and FastAPI in backend integrating rag-pipeline with Autogen agents and websockets for communication. Evaluation of the RAG is done using RAGAS.
LLM AI chatbot using Advanced Retrieval Augmented Generation (RAG), Langchain, and Streamlit to answer questions about information contained in numerous files.
This project aims to develop an enterprise-grade Retrieval-Augmented Generation (RAG) system by automating the prompt engineering process. The goal is to create a comprehensive solution that simplifies the task of crafting effective prompts for Language Models (LLMs), enabling businesses to leverage advanced AI capabilities more efficiently.
SMAI Project. Made an abstractive qa RAG chatbot using Langchain and experimented with variety of vector stores and retrievers and evaluated them using Ragas