Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 711 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 711 Bytes

Researching a FEMA Disaster Bot Using LangChain and GPT-4

This repo contains a notebook stay_safe_bot_analysis.ipynb which creates a chat interface to a set of FEMA PDFs documents related to preparation for disasters and safety protocols using LangChain and GPT-4. It explores some of the issues that need to be considered for a high-risk application where safety is very important ...

  • Document context
  • Question Context
  • Poorly represented languages

See notebook for instructions on how to run it.

For more information see Medium Post Researching a FEMA Disaster Bot Using LangChain and GPT-4.