Skip to content

Commit

Permalink
Pathway 0.10.1 release
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 3eb3b68ae14ffd753bda53d4deb14a328f71e716
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Apr 30, 2024
1 parent beff2e1 commit 7c6156d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ 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.10.1] - 2024-04-30

### Added
- `query` method to VectorStoreServer to enable compatible API with `DataIndex`.
- `AdaptiveRAGQuestionAnswerer` to xpacks.question_answering. End-to-end pipeline and accompanying code for `Private RAG` showcase.

## [0.10.0 - 2024-04-24]
## [0.10.0] - 2024-04-24

### Added
- Pathway now warns when unintentionally creating Table with empty universe.
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.10.0"
version = "0.10.1"
edition = "2021"
publish = false
rust-version = "1.77"
Expand Down

0 comments on commit 7c6156d

Please sign in to comment.