https://github.com/peinan/pdfchat
Gradio demo of LLM chatbot using RAGs
https://github.com/peinan/pdfchat
chatbot gradio huggingface langchain llm openai pdf pypdf qdrant rag
Last synced: about 2 months ago
JSON representation
Gradio demo of LLM chatbot using RAGs
- Host: GitHub
- URL: https://github.com/peinan/pdfchat
- Owner: peinan
- License: apache-2.0
- Created: 2024-02-25T06:48:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T10:05:22.000Z (about 2 years ago)
- Last Synced: 2024-05-09T00:20:55.512Z (about 2 years ago)
- Topics: chatbot, gradio, huggingface, langchain, llm, openai, pdf, pypdf, qdrant, rag
- Language: Python
- Homepage: https://huggingface.co/spaces/peinan/pdfchat
- Size: 623 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: PDF Chat
emoji: 📄
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: true
---
# pdfchat


[](https://huggingface.co/spaces/peinan/pdfchat)
Chat with a PDF document.
Screenshot
Video
## Development
### Prerequisites
pre-commit
```bash
pre-commit install
```
rye
```bash
rye sync
```
### Run
```bash
rye run server
```