Skip to content

Commit

Permalink
Pathway 0.16.2 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ff1b7986e1d92907fe0a6593ba127706d8e0347f
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Dec 19, 2024
1 parent 8e73566 commit fa09e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [0.16.2] - 2024-12-19

### Added
- `pw.xpacks.llm.prompts.RAGPromptTemplate`, set of prompt utilities that enable verifying templates and creating UDFs from prompt strings or callables.
- `pw.xpacks.llm.question_answering.BaseContextProcessor` streamlines development and tuning of representing retrieved context documents to the LLM.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathway"
version = "0.16.1"
version = "0.16.2"
edition = "2021"
publish = false
rust-version = "1.79"
Expand Down

0 comments on commit fa09e1c

Please sign in to comment.