-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add batchSize parameter for text_embedding processor Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * throw IllegalArgumentException when batchSize is not a positive integer Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * test: add test cases for BatchSize param Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * test: exception when batchSize is zero or negative integer Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * refactor: use assertNotNull for readability & convention Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * update CHANGELOG about #1298 PR Signed-off-by: YeonghyeonKO <dk02315@gmail.com> * apply code convention to keep the codes spotless Signed-off-by: YeonghyeonKO <dk02315@gmail.com> --------- Signed-off-by: YeonghyeonKO <dk02315@gmail.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com>
- Loading branch information
1 parent
baf919d
commit 6c3e68f
Showing
3 changed files
with
70 additions
and
7 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
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