Skip to content

Commit

Permalink
chore: Review changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 2, 2024
1 parent cbbcef2 commit 1cabd11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are the section headers that we use:

### Added

- Added support for `CustomField`. ([#5422](https://github.com/argilla-io/argilla/pull/5422))
- Added helm chart for argilla. ([#5512](https://github.com/argilla-io/argilla/pull/5512))

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are the section headers that we use:

### Added

- Added support for `CustomField`. ([#5422](https://github.com/argilla-io/argilla/pull/5422))
- Added `inserted_at` and `updated_at` to `Resource` model as properties. ([#5540](https://github.com/argilla-io/argilla/pull/5540))
- Added `limit` argument when fetching records. ([#5525](https://github.com/argilla-io/argilla/pull/5525)
- Added similarity search support. ((#5546)[https://github.com/argilla-io/argilla/pull/5546])
Expand All @@ -28,6 +29,7 @@ These are the section headers that we use:
### Changed

- Changed the __repr__ method for `SettingsProperties` to display the details of all the properties in `Setting` object. ([#5380](https://github.com/argilla-io/argilla/issues/5380))

### Fixed

- Fixed the deployment yaml used to create a new Argilla server in K8s. Added `USERNAME` and `PASSWORD` to the environment variables of pod template. ([#5434](https://github.com/argilla-io/argilla/issues/5434))
Expand Down

0 comments on commit 1cabd11

Please sign in to comment.