Skip to content

Releases: sandialabs/talkpipe

v0.12.2

06 Jun 13:29

Choose a tag to compare

Key Changes:

  • Batch embedding
  • More sophisticated ways of dealing with texts that are too long
  • Local model2vec embeddings

Full Changelog: v0.12.1...v0.12.2

Version 0.12.1

24 May 13:21

Choose a tag to compare

Key Changes

  • Added OpenAI embedding creation
  • Added initial support for vision models

Full Changelog: v0.12.0...v0.12.1

Version 0.12.1a1

18 May 11:22

Choose a tag to compare

Version 0.12.1a1 Pre-release
Pre-release

Full Changelog: v0.12.0...v0.12.1a1

Version 0.12.0

06 May 12:48

Choose a tag to compare

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

26 Apr 22:09
4e3f9e4

Choose a tag to compare

V0.12.0a1 Pre-release
Pre-release

context summarization. Includes some API braking changes for externally defined prompt adapters.

What's Changed

  • Rewrote the unit tests for the prompt adapters. by @tlbauer2 in #66

Full Changelog: v0.11.7...v0.12.0a1

Version 0.11.7

08 Apr 12:53

Choose a tag to compare

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

25 Mar 13:02

Choose a tag to compare

Version 0.11.7a1 Pre-release
Pre-release

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

14 Mar 23:16

Choose a tag to compare

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

12 Mar 11:41

Choose a tag to compare

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

10 Mar 03:06

Choose a tag to compare

Version 0.11.5a2 Pre-release
Pre-release

Updates how the rag pipeline emits text.

Full Changelog: v0.11.5a1...v0.11.5a2