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