v0.2.1.2

sipcapture/homerv0.2.1.2Nov 25, 2025by mssssss123

AI Summary

This release focuses on the UltraRAG ecosystem, introducing a refreshed front-end UI, new programmatic tool invocation capabilities, and significant optimizations to the retriever server for better deployment efficiency.

Key Highlights

  • Refreshed UltraRAG front-end UI
  • New ToolCall and PipelineCall functionality for programmatic access
  • Retriever server now supports full deployment without repeated corpus/index initialization
  • Refined GPU/CPU configuration logic for stable and flexible performance

New Features

  • UltraRAG demo front-end interface update
  • ToolCall and PipelineCall functionality
  • Full deployment support for retriever server
  • Optimized GPU/CPU configuration logic

Full Release Notes

Release date: 2025.11.25

## Highlights

This release introduces a refreshed UltraRAG front-end UI, fixes several logical issues, and adds new ToolCall and PipelineCall capabilities for directly invoking UltraRAG tools or pipelines from your own code. The retriever server has been further optimized to support full deployment without repeated corpus/index initialization, significantly improving experimental efficiency. We also refine the GPU/CPU configuration logic for more stable and flexible retriever performance.

## What's Changed

1. Added full deployment support for the retriever server. by @mssssss123  #136 
2. Updated the UltraRAG demo front-end interface. by @mssssss123  #139
3. Optimized GPU/CPU configuration logic for the retriever server. by @mssssss123  #142 
4. Introduced new ToolCall and PipelineCall functionality. by @hm1229 @mssssss123  #143