-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add initial pii detection microservice #153
Conversation
d14a6bc
to
6248ca4
Compare
@minmin-intel @ftian1 , please help to review this PR |
Please fill in the new deps into the BoM list, and add an e2e test for the new microservice, e.g. https://github.com/opea-project/GenAIComps/blob/main/tests/test_embeddings_langchain.sh |
Thanks, @chensuyue , I've added this new component to BOM and add test_pii_detection.sh in tests |
@letonghan ,please help to take a review on this PR, thanks |
Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
@ftian1 @letonghan @lvliang-intel |
Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
Signed-off-by: Chendi Xue <[email protected]>
Signed-off-by: Chendi Xue <[email protected]>
hg_token Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Chendi Xue <[email protected]>
@chensuyue , UT is now passed |
* add initial framework for pii detection Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add e2e test to tests Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update README per comments Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove model specification in README Signed-off-by: Chendi Xue <[email protected]> * Remove big_model and update README Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enable debug mode in test bash Signed-off-by: Chendi Xue <[email protected]> * rename test file Signed-off-by: Chendi Xue <[email protected]> * mv pandas import into test Signed-off-by: Chendi Xue <[email protected]> * add new requirement for prometheus and except for user didn't provide hg_token Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mv pandas import to function Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove ip_addr hardcode Signed-off-by: Chendi Xue <[email protected]> --------- Signed-off-by: Chendi Xue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]> Signed-off-by: sharanshirodkar7 <[email protected]>
* add initial framework for pii detection Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add e2e test to tests Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update README per comments Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove model specification in README Signed-off-by: Chendi Xue <[email protected]> * Remove big_model and update README Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enable debug mode in test bash Signed-off-by: Chendi Xue <[email protected]> * rename test file Signed-off-by: Chendi Xue <[email protected]> * mv pandas import into test Signed-off-by: Chendi Xue <[email protected]> * add new requirement for prometheus and except for user didn't provide hg_token Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mv pandas import to function Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove ip_addr hardcode Signed-off-by: Chendi Xue <[email protected]> --------- Signed-off-by: Chendi Xue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]> Signed-off-by: Yogesh Pandey <[email protected]>
* add initial framework for pii detection Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add e2e test to tests Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update README per comments Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove model specification in README Signed-off-by: Chendi Xue <[email protected]> * Remove big_model and update README Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enable debug mode in test bash Signed-off-by: Chendi Xue <[email protected]> * rename test file Signed-off-by: Chendi Xue <[email protected]> * mv pandas import into test Signed-off-by: Chendi Xue <[email protected]> * add new requirement for prometheus and except for user didn't provide hg_token Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mv pandas import to function Signed-off-by: Chendi Xue <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove ip_addr hardcode Signed-off-by: Chendi Xue <[email protected]> --------- Signed-off-by: Chendi Xue <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]> Signed-off-by: Daniel Whitenack <[email protected]>
Description
Enable PII detection microservice
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.