ragpack
v1.0.0
Published
Self-hosted RAG and semantic search — CLI
Downloads
479
Readme
RagPack CLI
Self-hostable semantic search and RAG infrastructure — up and running in minutes.
Install
npm install -g ragpackOr use without installing:
npx ragpack <command>Quick start
ragpack init # create .env.ragpack in the current directory
ragpack start # start the stack (API :9000, admin UI :3000)With Ollama (fully local embeddings):
ragpack start --profile ollamaCommands
| Command | Description |
|---|---|
| ragpack init | Create .env.ragpack in the current directory |
| ragpack start [--profile ollama] | Start the stack |
| ragpack stop [-v] | Stop the stack (-v removes volumes and all data) |
| ragpack logs [service] | Tail logs (backend, web-admin, ollama) |
| ragpack update | Pull latest images and restart |
| ragpack eject | Copy docker-compose.yml locally for customization |
Full documentation
See the RagPack repository for configuration options, API reference, and embedding model support.
License
MIT
