GraphCanon updated 2d · GitHub synced 2d
Decision brief
ArXivChatGuru uses LangChain and OpenAI for question-answering over ArXiv research papers with Redis as the vector database.
Good fit when
- You need to derive insights from complex academic papers on ArXiv where a conversational AI interface could help in understanding dense content.
- Your project involves using Redis for storing and retrieving embeddings to speed up query response times on academic literature.
Avoid when
- The focus is on real-time data processing that requires updates more frequent than daily, as ArXivChatGuru's primary strength lies in static research paper analysis.
- You require comprehensive coverage of a domain beyond ArXiv, since the tool is specifically tailored for ArXiv-hosted papers and does not cover external academic databases.
- Pricing:
- freemium - Free to use but might incur costs for OpenAI API calls, depending on usage intensity.
- Requirements:
- Python knowledge is required for setting up ArXivChatGuru locally.; Integration expertise with LangChain and Redis is beneficial for optimizing the retrieval system.
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (156d since push)
- As of 2d
- Provenance
- Not a fork · Organization account
- As of 2d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install ArXivChatGuru PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
ArXivChatGuru leverages LangChain and OpenAI for question-answering over academic papers from ArXiv, utilizing Redis as the vector database.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 22, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 22, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 22, 2026
Categories
Tags
README
Run with Docker
Docker is the primary local path.
make docker-up
Then open:
http://localhost:8501
To stop the stack:
make docker-down
For agents
This page has a .md twin and JSON over the API.