Skip to content

Commit

Permalink
Update changelog with changes to LLM xpack (#5513)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: cef266875d3613b23466010ca83b4a5e48e8e2a7
  • Loading branch information
szymondudycz authored and Manul from Pathway committed Jan 26, 2024
1 parent a65aeff commit 2b9bcb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

- `pw.io.http.rest_connector` can now generate Open API 3.0.3 schema that will be returned by the route ``/_schema``.
- Wrappers for OpenAI Chat and Embedding services are now added to Pathway xpack for LLMs.
- A vector indexing pipeline that allows querying for the most similar documents. It is available as class `VectorStore` as part of Pathway xpack for LLMs.

## [0.7.9] - 2024-01-18

### Changed
- `pw.io.http.rest_connector` now also accepts port as a string for backwards compatibility.
- `pw.stdlib.ml.index.KNNIndex` now sorts by distance by default.


## [0.7.8] - 2024-01-18

Expand Down

0 comments on commit 2b9bcb7

Please sign in to comment.