Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 642 Bytes

File metadata and controls

8 lines (8 loc) · 642 Bytes

Medical_Chatbot_AgenticAI_CRAG_MultiModal_Langchain_LangGraph

Streamlit based Chatbot for Medical Queries using Langchain and LangGraph framework to showcase Corrective-RAG based AgenticAI in python v3.11.0

  • This Repo includes sample inputs/PDFs used, requirements.txt, screenshot of the chatbot, scripts
  • Script uses groq LLM(llama) and huggingface embeddings
  • Install packages as "python.exe -m pip install -r Py3p11p0_Agentic_CorrectiveRAG_LangGraph_requirements.txt"
  • Parsing the Input PDF using langchain's PyPDFLoader
  • Modify the paths as required in the scripts
  • Run chatbot script as "python.exe -m streamlit run filename.py"