LLM-powered RAG Chat-bot – Generative AI Application

LLM-powered RAG Chat-bot 🤖

  • GitHub Repository
  • Developed a chatbot powered by a Large Language Model (LLM) using the Retrieval-Augmented Generation (RAG) architecture.
  • Utilized LangChain to integrate the RAG model with Chroma DB, a vector database, for efficient retrieval of relevant information.
  • Implemented a user-friendly interface using Streamlit for users to interact with the chatbot.
  • Tech Stack: LangChain, RAG, Chroma DB, Streamlit, Python, Natural Language Processing, AI Architecture