https://github.com/peterj/ask-pdf-langchain
https://github.com/peterj/ask-pdf-langchain
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterj/ask-pdf-langchain
- Owner: peterj
- Created: 2023-12-18T00:13:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T00:13:21.000Z (over 2 years ago)
- Last Synced: 2025-03-25T14:51:20.983Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangChain + OpenAI + Mistral AI
Simple "Ask the PDF" functionality implemented with LangChain, OpenAI and Mistral AI.
For full context, check out the [video](https://www.youtube.com/watch?v=KsGN_3IfRfs).
## Running
You'll need OpenAI and Mistral AI API keys set as environment variables before running the scripts (`pdf.py` and `main.py`).