-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: added changelog, updated readme, release note, version and clea…
…n up for release 1.0.3
- Loading branch information
1 parent
8b33167
commit c1bb2c1
Showing
6 changed files
with
73 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.3] - 2023-11-13 | ||
|
||
- [jayxuz](https://github.com/jayxuz) contributed [#5](https://github.com/limcheekin/open-text-embeddings/pull/5): improved OpenAI API compatibility, better support for previous versions of Python (start from v3.7), better defaults and bug fixes. | ||
- Normalize embeddings enabled by default. | ||
- Added `VERBOSE` environment variable to support verbose logging, disabled by default. | ||
- Support `openai` package version >= 1.0.0. | ||
|
||
## [1.0.2] - 2023-10-11 | ||
|
||
- [#3](https://github.com/limcheekin/open-text-embeddings/issues/3) Added gzip compression to web request and response. | ||
|
||
## [1.0.1] - 2023-09-27 | ||
|
||
- Fixed readme and package publishing workflow, no changes to code. | ||
|
||
## [1.0.0] - 2023-09-27 | ||
|
||
- Initial release 🎉 | ||
- [Vokturz](https://github.com/Vokturz) contributed [#2](https://github.com/limcheekin/open-text-embeddings/pull/2): support for CPU/GPU choice and initialization before starting the app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
1.0.2 released. | ||
|
||
[#3](https://github.com/limcheekin/open-text-embeddings/issues/3) Added gzip compression to web request and response. | ||
- [jayxuz](https://github.com/jayxuz) contributed [#5](https://github.com/limcheekin/open-text-embeddings/pull/5): improved OpenAI API compatibility, better support for previous versions of Python (start from v3.7), better defaults and bug fixes. | ||
- Normalize embeddings enabled by default. | ||
- Added `VERBOSE` environment variable to support verbose logging, disabled by default. | ||
- Support `openai` package version >= 1.0.0. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.