github claraverse-space/ClaraVerse v0.3.1
ClaraVerse v0.3.1 — One-line install RAG-ready

5 hours ago

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:latest alongside the main image. Multi-arch (amd64 + arm64).
  • claraverse init now 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 -i which silently corrupts files on BSD sed (macOS). Switched to a portable temp-file rewrite.
  • First-run UX: claraverse init now 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.

Don't miss a new ClaraVerse release

NewReleases is sending notifications on new releases.