Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 664 Bytes

File metadata and controls

24 lines (16 loc) · 664 Bytes

Task: Context-Aware Chatbot Using LangChain or RAG

Objective

Build a conversational chatbot that can remember context and retrieve external information during conversations.

Dataset

Custom corpus (e.g., Wikipedia pages, internal documents, or any knowledge base)

Instructions

  • Use LangChain or Retrieval-Augmented Generation (RAG)
  • Implement context memory for conversational history
  • Retrieve answers from a vectorized document store (ChromaB)
  • Deploy the chatbot with Streamlit

Skills Gained

  • Conversational AI development
  • Document embedding and vector search
  • Retrieval-Augmented Generation (RAG)
  • LLM integration and deployment