prompts.chat vs paper-qa
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| prompts.chat | paper-qa | |
|---|---|---|
| Tagline | The world's largest open-source prompt library for AI | High accuracy RAG for answering questions from scientific documents with citations |
| Stars | 165k | 8.8k |
| Forks | 21k | 887 |
| Open issues | 59 | 140 |
| Language | HTML | Python |
| License | Other | Apache-2.0 |
| Last pushed | Jul 7, 2026 | Jun 29, 2026 |
| Categories | LLM Frameworks, Developer Tools | LLM Frameworks, Data & Retrieval |
prompts.chat
A repository for sharing and discovering AI prompts, primarily for ChatGPT but also compatible with other models. Originally known as Awesome ChatGPT Prompts.
HTML
paper-qa
PaperQA2 is a Python package designed to perform retrieval augmented generation (RAG) on various document types, focusing specifically on the scientific literature. It aims to achieve superhuman performance in scientific tasks such as question answering, summarization, and contradiction detection.
Python