This is the Linux app named Paul Graham GPT whose latest release can be downloaded as paul-graham-gptsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Paul Graham GPT with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Paul Graham GPT
DESCRIPTION
Paul Graham GPT is a specialized AI-powered search and chat app built on a corpus of essays from Paul Graham, giving users the ability to query and discuss his writings in a conversational way. The repo stores the full text of his essays (chunked), uses embeddings (e.g. via OpenAI embeddings) to allow semantic search over that corpus, and hosts a chat interface that combines retrieval results with LLM-based answering — enabling RAG (retrieval-augmented generation) over a fixed dataset. The app uses a Postgres database (with pgvector) hosted on Supabase for its embedding store, making the backend relatively simple and accessible, and the frontend is again built with Next.js/TypeScript for a modern responsive UI. By pulling together search and chat, it creates a useful tool both for readers who want to revisit or explore Paul Graham’s ideas thematically, and for learners or researchers who want to query specific essays or concepts quickly.
Features
- Provides semantic search + chat over a curated text corpus (Paul Graham’s essays) — enabling retrieval-augmented generation (RAG)
- Uses embeddings stored in database (Postgres with pgvector via Supabase) — scalable and accessible storage backend
- Modern frontend with Next.js/TypeScript for responsive, user-friendly search and chat UI
- Easy setup: clone, set environment variables (OpenAI key, Supabase URL), run embedding + server, start chatting
- Open-source template — can be forked/repurposed for other book/essay corpora or private document sets
- Great for study, research, or browsing content via Q&A interface rather than reading static text — more interactive and exploratory than plain search
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/paul-graham-gpt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
