Patch release — fixes the one-line install path so it actually ships the v0.3.0 RAG feature end-to-end.
What changed
- CI now publishes the embeddings sidecar as
ghcr.io/claraverse-space/claraverse-embeddings:latestalongside the main image. Multi-arch (amd64 + arm64). claraverse initnow wires the full RAG stack — qdrant + embeddings services included in the generated docker-compose, env vars threaded into the app, status command reports both new containers.- macOS portability bug fixed — the CLI used GNU
sed -iwhich silently corrupts files on BSD sed (macOS). Switched to a portable temp-file rewrite. - First-run UX:
claraverse initnow mentions Knowledge bases and warns about the ~60s one-time embeddings model download.
Install
```bash
curl -fsSL https://raw.githubusercontent.com/claraverse-space/ClaraVerse/main/cli/install.sh | bash && claraverse init
```
Open http://localhost:3000, register, upload a PDF to any project's Knowledge tab. Available immediately in Chat (multi-project picker), Nexus daemons, and Workflows (knowledge_search block).
For the full v0.3.0 RAG feature breakdown see the v0.3.0 release notes.