Skip to content

Billliu1993/langchain-qa-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langchain-qa-chatbot

  • This notebook contains prototype code designed to develop a customer support chatbot utilizing the langchain package and the ChatOpenAI model.
  • The example knowledge base for this bot is derived from Kora Financial's Help page: https://help.koramoney.com/kora. The sample raw file should be names as raw_doc/knowledge.txt with the following format:
#Question
Some question  
#Answer  
Some answer
  • The scripts reference two YouTube videos, which are highlighted at the beginning of the notebook.
  • Essential packages required for this project are also listed at the start of the notebook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published