| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-02 | 1.2 kB | |
| v.2.2.0 source code.tar.gz | 2025-02-02 | 131.3 MB | |
| v.2.2.0 source code.zip | 2025-02-02 | 131.4 MB | |
| Totals: 3 Items | 262.7 MB | 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 https://github.com/TilmanGriesel/chipper/pull/95
- Simplify RAG pipeline by @TilmanGriesel in https://github.com/TilmanGriesel/chipper/pull/96
- Fix vitepress docs by @TilmanGriesel in https://github.com/TilmanGriesel/chipper/pull/97
- Implement Haystack chat generators by @TilmanGriesel in https://github.com/TilmanGriesel/chipper/pull/98
Full Changelog: https://github.com/TilmanGriesel/chipper/compare/v.2.1.0...v.2.2.0