v9.2.0

neuml/txtaiv9.2.0Nov 21, 2025by davidmezzetti

AI Summary

Primarily a bug fix and compatibility release that adds options to the Segmentation pipeline and LLM API endpoints. It also addresses compatibility issues with downstream libraries like GLiNER, smolagents, and Faiss.

Key Highlights

  • Add tuples option to Segmentation pipeline
  • Add stripthink parameter to LLM API endpoint
  • Support stripthink in streaming LLM responses
  • Compatibility fixes for GLiNER, smolagents, and Faiss

New Features

  • Tuples option for Segmentation pipeline
  • Stripthink parameter for LLM API endpoint
  • Streaming stripthink support

Full Release Notes

**This release is primarily a bug fix and compatibility release.**

See below for full details on the new features, improvements and bug fixes.

New Features
--------------------------
- Add tuples option to Segmentation pipeline (#979)
- Add stripthink parameter to LLM API endpoint (#980)
- Support stripthink in streaming LLM responses (#981)

Improvements
--------------------------
- Update deprecated parameter for HFTrainer (#978)
- Update llama.cpp vectors to support default length and batch parameters (#983)

Bug Fixes
--------------------------
- Limit GLiNER to ignore latest release (#984)
- Fix compatibility with latest version of smolagents (#985)
- Fix compatibility with latest version of Faiss (#986, #987)