Releases: sandialabs/talkpipe
Releases · sandialabs/talkpipe
v0.12.2
Version 0.12.1
Key Changes
- Added OpenAI embedding creation
- Added initial support for vision models
Full Changelog: v0.12.0...v0.12.1
Version 0.12.1a1
Full Changelog: v0.12.0...v0.12.1a1
Version 0.12.0
Key Improvements
- Chat summarization for long running and large contexts
- Fixed issue with shingling in makevectordatabase
Full Changelog: v0.11.7...v0.12.0
V0.12.0a1
Version 0.11.7
What's Changed
- ci(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #64
Full Changelog: v0.11.6...v0.11.7
Version 0.11.7a1
The key reason for the alpha release is the enhanced text extraction code. The other key feature is improved agentic directives and code to automatically extract code examples from documentation and run them.
Full Changelog: v0.11.6...v0.11.7a1
Version 0.11.6
Fixed an issue related to how the rag pipelines was working. A change to append sources to each response led to the output being forced to a complex object and never a string.
Full Changelog: v0.11.5...v0.11.6
Version 0.11.5
What's Changed
- ci(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #56
- ci(deps): bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #57
- ci(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #58
- ci(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #59
- ci(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #60
- ci(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #61
Full Changelog: v0.11.4...v0.11.5
Version 0.11.5a2
Updates how the rag pipeline emits text.
Full Changelog: v0.11.5a1...v0.11.5a2