TommyTang930 / LangChain_LLM_ChatBot

基于LLM和LangChain实现基于本地文档的QA chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LangChain 学习指南

案例-01 基于上传PDF文档进行QA问答

  • 01 实现基于 streamlit + OpenAI 的QA问答(文件格式:PDF)
streamlit run chatbot.py
  • 02 实现基于 gradio + OpenAI 的QA问答(文件格式:PDF)
gradio chatbot_gradio.py

或者

访问HuggingFace Space体验:
https://huggingface.co/spaces/Tommy930/chatbot-PDF

About

基于LLM和LangChain实现基于本地文档的QA chatbot


Languages

Language:Python 100.0%