Skip to content

Instantly share code, notes, and snippets.

View bharatr21's full-sized avatar

Bharat Raghunathan bharatr21

View GitHub Profile
@bharatr21
bharatr21 / app.py
Created April 9, 2023 14:10 — forked from init27/app.py
ArXiv Chat: Chat with the latest Arxiv papers
# Credit 🙏: I just used the example from langchain docs and it works quite well: https://python.langchain.com/en/latest/use_cases/question_answering.html
# Note 2: The Arxiv -> PDF logic is a bit messy, I'm sure it can be done better
# Note 3: Please install the following:
# To run:
# Save this in a `app.py`
# pip install arxiv PyPDF2 langchain chromadb
# The chat feature was shipped in H2O nightly this week, we will need to install from nightly link: