Changelog
All notable changes to RAG Pipeline Utils are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.3.1] - Current Version
Current stable release of RAG Pipeline Utils.
Features Available in v2.3.1
Core Pipeline:
createRagPipeline- Factory function for creating RAG pipelinespipeline.query()- Execute queries against the pipelinepipeline.ingest()- Ingest and index documents- Plugin-based architecture for loaders, embedders, retrievers, and LLMs
AI/ML Capabilities:
- Multi-modal content processing
- Adaptive retrieval engine
- Plugin registry system
Workflow Engine:
- DAG (Directed Acyclic Graph) execution engine
- Parallel task processing
- Dependency resolution
Enterprise Features:
- Audit logging
- Data governance
- Multi-tenant support
Performance & Observability:
- Parallel processing utilities
- Event logging
- Metrics collection
Development Tools:
- Hot reload manager
- Development server
- Plugin development support
Version History
For detailed version history and migration guides, see:
- Migration Guide - Upgrade instructions between versions
- API Reference - Current API documentation
Supported Node.js Versions
- Node.js 18.x
- Node.js 20.x
- Node.js 22.x
Reporting Issues
Found a bug or have a feature request?
Contributing
See our Contributing Guide for information on how to contribute to RAG Pipeline Utils.