-
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 <[email protected]> * throw IllegalArgumentException when batchSize is not a positive integer Signed-off-by: YeonghyeonKO <[email protected]> * test: add test cases for BatchSize param Signed-off-by: YeonghyeonKO <[email protected]> * test: exception when batchSize is zero or negative integer Signed-off-by: YeonghyeonKO <[email protected]> * refactor: use assertNotNull for readability & convention Signed-off-by: YeonghyeonKO <[email protected]> * update CHANGELOG about #1298 PR Signed-off-by: YeonghyeonKO <[email protected]> * apply code convention to keep the codes spotless Signed-off-by: YeonghyeonKO <[email protected]> --------- Signed-off-by: YeonghyeonKO <[email protected]> Signed-off-by: Thomas Farr <[email protected]> Co-authored-by: Thomas Farr <[email protected]>
- 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