Skip to content

v0.2.1.2

Latest

Choose a tag to compare

@mssssss123 mssssss123 released this 25 Nov 01:32
· 2 commits to main since this release
8b4aa2a

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