Skip to content

This project leverages Retrieval Augmented Generation (RAG) to create a conversational AI system capable of providing accurate and timely first aid advice. By combining the power of large language models (LLMs) with efficient information retrieval techniques, this system aims to assist users in answering common first aid questions.

Notifications You must be signed in to change notification settings

Si-ddhartha/RAG-based-ConvAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First Aid Assistant - RAG-Based Conversational AI

This project leverages Retrieval Augmented Generation (RAG) to create a conversational AI system designed to provide accurate and timely first-aid advice. By integrating the capabilities of large language models (LLMs) with efficient information retrieval techniques, this system helps users answer common first aid questions by retrieving relevant information from a large corpus of first aid documents.

Overview

  • Technology: Combines LLMs with RAG to ensure contextually relevant and precise responses.
  • Embeddings: Utilizes Google Gemini text embedding to create high-quality embeddings optimized for retrieval tasks.
  • Database: Employs ChromaDB to store and manage document embeddings, enabling efficient and accurate context retrieval.
  • Language Model: Uses Google Gemini ChatGoogleGenerativeAI to generate responses based on retrieved context.

This project is designed to assist users with first aid guidance by retrieving and synthesizing information from a comprehensive first aid guide. The system demonstrates the effective integration of LLMs and RAG to create a practical, user-focused application.

Some screenshots

  • image
  • image
  • image

About

This project leverages Retrieval Augmented Generation (RAG) to create a conversational AI system capable of providing accurate and timely first aid advice. By combining the power of large language models (LLMs) with efficient information retrieval techniques, this system aims to assist users in answering common first aid questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages