Skip to content

Commit a487a43

Browse files
docs: update roadmap to reflect v2.3.0 release and 2026 timeline
- Mark v2.3.0 as released (November 7, 2025) - Move pending features to v2.4.0 (Q1 2026) and v2.5.0 (Q2 2026) - Update future roadmap to Beyond 2026 - Add checkmarks for completed v2.3.0 features 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 88081a6 commit a487a43

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,25 +323,33 @@ npm run benchmark # Performance benchmarks
323323

324324
## Roadmap
325325

326-
### v2.3.0 (Q2 2025)
326+
### v2.3.0 (Released November 7, 2025)
327327

328-
- **Enhanced CLI** – Interactive wizard for pipeline setup, validation commands, and migration tools
329-
- **Plugin Marketplace** – Curated registry of community-contributed plugins with ratings and verification
330-
- **Streaming Embeddings**Real-time embedding generation with backpressure control
331-
- **Multi-Tenant Support**Workspace isolation, resource quotas, and tenant-specific configurations
328+
- **Enhanced CLI** – Interactive wizard for pipeline setup, validation commands, and migration tools
329+
- **Plugin Marketplace** – Curated registry of community-contributed plugins with ratings and verification
330+
- **Multi-Tenant Support**Workspace isolation, resource quotas, and tenant-specific configurations
331+
- **Advanced Security**JWT replay protection and hardened path traversal defense
332332

333-
### v2.4.0 (Q3 2025)
333+
### v2.4.0 (Q1 2026)
334334

335+
- **Streaming Embeddings** – Real-time embedding generation with backpressure control
335336
- **GraphRAG Support** – Native knowledge graph integration for entity-relationship retrieval
336-
- **Federated Learning** – Privacy-preserving model training across distributed datasets
337337
- **Advanced Reranking** – Cross-encoder models and learned ranking functions
338338
- **Performance Dashboard** – Web UI for monitoring pipeline health and cost metrics
339339

340-
### Beyond
340+
### v2.5.0 (Q2 2026)
341+
342+
- **Federated Learning** – Privacy-preserving model training across distributed datasets
343+
- **Advanced Caching** – Intelligent embedding cache with TTL and invalidation strategies
344+
- **Multi-Modal Processing** – Native image and audio embedding support
345+
- **Cost Optimization** – Automatic provider selection based on cost and performance
346+
347+
### Beyond 2026
341348

342349
- Native Rust bindings for performance-critical paths
343350
- Kubernetes operator for production deployments
344351
- Real-time collaboration features for team-based pipelines
352+
- Edge deployment support for latency-sensitive applications
345353

346354
**Vote on features:** Share your priorities in [GitHub Discussions](https://github.com/DevilsDev/rag-pipeline-utils/discussions/categories/roadmap).
347355

0 commit comments

Comments
 (0)