Releases: TilmanGriesel/chipper
Chipper 2.3.0
What's Changed
- Add friends of Chipper section by @TilmanGriesel in #99
- Extend documentation by @TilmanGriesel in #102
- Enable external Ollama support for AMD GPUs on Linux by @TilmanGriesel in #103
- Fix readme formatting by @TilmanGriesel in #104
- Expand documentation by @TilmanGriesel in #106
Full Changelog: v.2.2.0...v.2.3.0
v.2.2.0
Introducing the Chipper Chain Train 🚂
Now, and finally, you can link multiple Chipper instances. The Chipper Chain gives you the power and responsibility to extend processing across servers until you reach the ultimate context boundary. Just set the OLLAMA_URL
to your second Chipper server.
This is now possible as Chipper now fully mirrors the Ollama Chat API and has proxies in place for non RAG pipeline calls, allowing it to serve as a seamless drop-in service between your hidden Ollama service instance and your client. Additionally, Chipper now supports bearer tokens, enabling a more secure Ollama setup, perfect for desktop clients like Enchanted.
What's Changed
- Add bearer token support by @TilmanGriesel in #95
- Simplify RAG pipeline by @TilmanGriesel in #96
- Fix vitepress docs by @TilmanGriesel in #97
- Implement Haystack chat generators by @TilmanGriesel in #98
Full Changelog: v.2.1.0...v.2.2.0
Chipper 2.1.0
New Features
- Full Ollama API Reflection – Use Chipper as a drop-in service to extend Ollama with RAG capabilities, enabling enhanced retrieval and contextual responses for all Ollama clients.
- API Proxy & Security – Reflect and proxy the Ollama API with API key route protection.
- Daisy-Chaining – Connect multiple Chipper instances for extended processing and distributed workloads.
Discover more at: https://chipper.tilmangriesel.com/demo.html#demos
What's Changed
- Fully reflect the Ollama api by @TilmanGriesel in #93
- Update documentation by @TilmanGriesel in #94
Full Changelog: v.2.0.0...v.2.1.0
Chipper 2.0.0
This release will enable Chipper to act as an Ollama drop-in middleware and allows for client side query parameters.
What's Changed
- Mirror Ollama API by @TilmanGriesel in #87
- Adapt huggingface implementation by @TilmanGriesel in #89
- Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #88
- Expand model configuration and logging by @TilmanGriesel in #90
- Disable API key by default by @TilmanGriesel in #91
- Fix seed key by @TilmanGriesel in #92
Full Changelog: v.1.2.0...v.2.0.0
Chipper 1.2.0
DeepSeek-R1 Support
What's Changed
- Simplify configuration by @TilmanGriesel in #84
- Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #85
- feat: Implement think tag handling by @TilmanGriesel in #86
New Contributors
- @dependabot made their first contribution in #85
Full Changelog: v.1.1.10...v.1.2.0
v.1.1.10
What's Changed
- Use md extension by @TilmanGriesel in #78
- Extend es embedding retriever by @TilmanGriesel in #79
- Add nltk by @TilmanGriesel in #77
- Make all parameters optional by @TilmanGriesel in #80
- Update pipeline config by @TilmanGriesel in #81
- Add additional config validation by @TilmanGriesel in #82
- Add additional None type check by @TilmanGriesel in #83
Full Changelog: v1.1.9...v.1.1.10
Chipper 1.1.9
What's Changed
- Restructure readme by @TilmanGriesel in #71
- Use LFS for binaries by @TilmanGriesel in #72
- Add LFS checkout by @TilmanGriesel in #73
- Expand formatting by @TilmanGriesel in #74
- Exclude dist directory by @TilmanGriesel in #75
- Improve TTS feature wording by @TilmanGriesel in #76
Full Changelog: v1.1.8...v1.1.9
Chipper 1.1.8
This is the initial release featuring client side edge AI inference for Text-to-Speech (TTS), enabling in-browser TTS functionality via WebAssembly (Wasm) and ONNX powered by https://github.com/k2-fsa/sherpa-onnx. You can try it out using the /tts true
command in the Web UI chat.
What's Changed
- feat: Implement basic edge inference TTS by @TilmanGriesel in #68
- Update acknowledgements by @TilmanGriesel in #69
- Pull TTS assets dynamically by @TilmanGriesel in #70
Full Changelog: v1.1.7...v1.1.8
Chipper 1.1.7
Added
- Theme color meta tag
Improved
- Prompt input field
Removed
- Chat clear feedback in feed
Implemented
- Response trimming
- Scroll bar to user input field
- Set phi4 as the default example model
Refinements
- Code tag rendering and applied formatting
- Code block styling
- Applied additional formatting and smoother scrolling
What's Changed
- UI service improvements by @TilmanGriesel in #67
Full Changelog: v1.1.6...v1.1.7
Chipper 1.1.6
Toggle wide mode now via /wide
chat command in the web interface. Your choice is persisted in local storage.
What's Changed
- Improve feed UI by @TilmanGriesel in #66
Full Changelog: v1.1.5...v1.1.6