PaperBot - Research Assistant Agent A Django + React app for querying and summarizing research PDFs using RAG (Retrieval-Augmented Generation). Upload PDFs, extract and embed text, then ask questions or generate summaries with citations.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
60
commits
Add health check endpoint and increase gunicorn timeout for model loading
444a7dfView on GitHubAdd gunicorn config to reduce memory usage and prevent worker timeouts
dded8bdView on GitHubFix static files configuration - remove STATIC_ROOT from STATICFILES_DIRS
54af930View on GitHubAdd build script and improve frontend serving with better fallback
f5c0dc9View on GitHubConfigure Django to serve frontend landing page at root URL
c87efaeView on GitHubAdd root view to handle / endpoint and show API information
ca1cec0View on GitHubUpdate deployment guide: clarify database connection setup and troubleshooting
70b5326View on GitHubFix numpy version: install numpy 1.26.4 first to prevent upgrade to 2.x
8097dbdView on GitHubUpdate numpy to 1.26.4 for better torch and sentence-transformers compatibility
4ef5efbView on GitHubFix numpy version conflict: update to 1.25.2 for faiss-cpu compatibility
2b2b1edView on GitHubFix Render Python version: use .python-version instead of runtime.txt
bc1145eView on GitHub