SQLBot vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| SQLBot | LLMs-from-scratch | |
|---|---|---|
| Tagline | 🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。 | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 6.4k | 99k |
| Forks | 778 | 15k |
| Open issues | 89 | 4 |
| Language | JavaScript | Jupyter Notebook |
| License | Other | Other |
| Last pushed | Jul 7, 2026 | Jun 2, 2026 |
| Categories | LLM Frameworks, Inference & Serving | Model Training, LLM Frameworks |
SQLBot
SQLBot is a smart data query system based on large language models and Retrieval-Augmented Generation (RAG) that allows users to extract and visualize data through conversational interfaces.
JavaScript
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook