v9.4.0
neuml/txtaiv9.4.0Jan 21, 2026by davidmezzetti
AI Summary
This release adds OpenCode LLM integration, improved instruction prompts support for vectors, additional keyword tokenization methods, and LLM finetuning examples.
Key Highlights
- OpenCode LLM integration
- Additional tokenization methods for keyword search
- Instruction prompts for Sentence Transformers models
- Example notebook for OpenCode LLM
- Example notebook for LLM finetuning
New Features
- Add OpenCode LLM
- Add additional tokenization methods for keyword search
- Add example notebook covering OpenCode LLM
- Add example notebook showing how to finetune LLMs
Full Release Notes
**Adds OpenCode integration, improved instruction prompts support for vectors, additional keyword tokenization methods and more** See below for full details on the new features, improvements and bug fixes. New Features -------------------------- - Add OpenCode LLM (#1010) - Add additional tokenization methods for keyword search (#1006) - Add example notebook covering OpenCode LLM (#1011) - Add example notebook showing how to finetune LLMs (#1008) Improvements -------------------------- - Add addobject to API endpoints (#959) - Load instruction prompts for Sentence Transformers models (#1004) Bug Fixes -------------------------- - Add KMP_DUPLICATE_OK workaround for Faiss OMP: Error 15 (#1009) - Fix Baseball Sample Application (#1003)