Skip to content

Releases: Neeeser/Ragworks

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 01:59
569cf81

What's Changed

✨ Features

  • feat(diagnostics): collection diagnostics and trace-backed search failures by @Neeeser in #146

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:19
c5553dd

What's Changed

✨ Features

  • feat(evals): synthetic eval dataset generation from collections by @Neeeser in #137
  • feat(pipelines): show stacked fan-in sockets by @Neeeser in #143

🐛 Bug fixes

  • fix(pipelines): keep one definitive edge layout through drags and first paint by @Neeeser in #134
  • fix(chat): make default prompt tool-aware by @Neeeser in #90
  • fix(admin): constrain runtime setting values by @Neeeser in #97
  • fix(ingestion): bound bulk ingestion with a durable worker queue by @Neeeser in #144

📚 Documentation

  • docs(skills): refine GitHub issue capture by @Neeeser in #141
  • feat(skills): brainstorm feature requests by @Neeeser in #142

🧰 Maintenance

  • chore: remove stale backend CLI smoke tester by @Neeeser in #139

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:03
147d60d

What's Changed

✨ Features

  • feat(evals): benchmark retrieval evaluation with node-addressed trace attribution by @Neeeser in #128

📚 Documentation

  • docs(read me assests): updates readme assests to use new animation by @Neeeser in #127

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:44
e26141e

What's Changed

🚨 Breaking changes

✨ Features

  • feat(pipelines): overhaul pipelines and add variables support by @Neeeser in #121
  • feat(pipelines): continuous constant-speed flow playback animation by @Neeeser in #124

🐛 Bug fixes

  • fix(pipelines): hold native edge path while dragging a node by @Neeeser in #125

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:17
d8f4d21

What's Changed

✨ Features

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 01:48
3981397

Pipeline validation and Tracer Overhaul

What's Changed

✨ Features

  • feat(pipelines): tokenizer resource nodes — chunk_size counts real tokens by @Neeeser in #108
  • feat(ingestion): never-fail embedding token guard with ingestion warnings by @Neeeser in #109
  • refactor(pipelines): move tokenizer selection onto chunker config by @Neeeser in #112
  • feat(dev): use ParadeDB for local development by @Neeeser in #114
  • feat(traces): preserve result traceability across pipeline nodes by @Neeeser in #113
  • feat(traces): streamline retrieval diagnosis by @Neeeser in #115

🐛 Bug fixes

  • fix(pipelines): validate embedding limits from provider metadata by @Neeeser in #93

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:15
3d5fbb3

What's Changed

🐛 Bug fixes

  • fix(setup): resolve embedding dimension before creating the index by @Neeeser in #101

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 23:12
fbd08fe

What's Changed

🚨 Breaking changes

  • feat!: per-user provider connections — Ollama support, mixable providers, no global default models by @Neeeser in #98

✨ Features

  • feat(pipelines): make Tidy layout edge-safe by @Neeeser in #92

🐛 Bug fixes

  • fix(setup): avoid first-run overview flash by @Neeeser in #88
  • fix(branding): derive favicon from Ragworks mark by @Neeeser in #89
  • fix(chat): default all Chat Studio drawers and sections to closed by @Neeeser in #87
  • fix(ui): plain factual copy voice and an ambient landing hero by @Neeeser in #99
  • fix(models): reduce catalog latency with shared caches by @Neeeser in #96
  • fix(ui): replace native index selectors with a custom dropdown by @Neeeser in #91
  • fix(pipelines): unify topology-aware DAG playback by @Neeeser in #94

📚 Documentation

  • docs: consolidate the AGENTS.md instruction hierarchy by @Neeeser in #95

🧰 Maintenance

  • ci(release): move releases to a merge-to-publish PR flow by @Neeeser in #80
  • ci(release): authenticate Open release PR as the release-bot GitHub App by @Neeeser in #83
  • ci(release): use create-github-app-token client-id input by @Neeeser in #85

New Contributors

  • @ragworks-release-bot[bot] made their first contribution in #100

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:29

What's Changed

✨ Features

  • feat(setup): setup wizard backdrop flows left to right by @Neeeser in #50
  • feat(vectorstores): adopt the pgvector Python package for typed binds by @Neeeser in #53
  • feat(vectorstores): index up to 4,096 dims on pgvector via halfvec by @Neeeser in #54
  • feat(files): hierarchical file tree with drive-style files page and honest async ingestion by @Neeeser in #55
  • feat(ui): pipeline node cards highlight each node's signature config by @Neeeser in #56
  • feat(ui): pipeline editor overhaul — node drawer, top-bar save, revision history by @Neeeser in #57
  • feat: hybrid BM25 + semantic retrieval with RRF fusion by @Neeeser in #58
  • feat(ui): rotating landing-page pipeline scenes with parallel-branch playback by @Neeeser in #59
  • feat(auth): add secure persistent login sessions by @Neeeser in #60
  • feat(ui): replace navbar robot with Ragworks mark by @Neeeser in #62
  • feat(ui): collection detail redesign — routed sections, growth/latency charts, search & UMAP refresh, UTC fixes by @Neeeser in #61
  • feat(files): Finder-style explorer actions — context menu, clipboard, drag-and-drop, copy endpoint by @Neeeser in #63
  • feat(collections): overview time ranges + pipeline picker with mini-map previews by @Neeeser in #64
  • feat(ui): harmonize navbar mark gradients by @Neeeser in #67

🐛 Bug fixes

  • fix(release): bump script also writes package-lock.json's version by @Neeeser in #51
  • fix(ui): offset landing flow band clear of headline and CTAs by @Neeeser in #52
  • fix(ui): polish Chat Studio run settings drawer readability by @Neeeser in #66
  • docs: rewrite README for self-hosting by @Neeeser in #65
  • fix(auth): persist login across reloads (refresh-cookie Secure + dev host) by @Neeeser in #68

📚 Documentation

  • docs: document the release process in CONTRIBUTING.md by @Neeeser in #49

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:11

What's Changed

🚨 Breaking changes

  • chore!: rebrand TransparentRAG to Ragworks by @Neeeser in #33
  • feat(config)!: zero-config install — inline compose, secure-by-default DEBUG, no env files by @Neeeser in #34

✨ Features

  • feat(admin): user roles, first-admin bootstrap, and admin user management by @Neeeser in #35
  • feat(config): runtime config infrastructure — AppConfig, admin settings, enforcement by @Neeeser in #39
  • feat(telemetry): internal activity telemetry with typed events and retention by @Neeeser in #37
  • feat(admin): usage dashboard from telemetry aggregates by @Neeeser in #38
  • feat: pluggable vector-store backends with pgvector as the default by @Neeeser in #40
  • Pipeline editor rehaul + end-to-end document→retrieval trace by @Neeeser in #42
  • feat(ui): SaaS landing page + design language skill, applied to sign-in by @Neeeser in #43
  • feat(ui): swappable light/dark design-token system + theme toggle by @Neeeser in #44
  • feat(ui): apply the design-token system across every screen (+ dashboard redesign) by @Neeeser in #45
  • feat(setup): first-run setup wizard — upload, search, and chat just work after onboarding by @Neeeser in #46
  • feat(ui): full-page pipeline trace debugger by @Neeeser in #47

🐛 Bug fixes

  • fix(ci): attach the env template dot-free so the release asset name matches docs by @Neeeser in #32
  • fix(ui): stop requiring a Pinecone key for chat collection tools by @Neeeser in #41

🧰 Maintenance

  • Copy claude skills to codex directory by @Neeeser in #48

Full Changelog: v0.1.1-rc.3...v0.1.1