Skip to content

Document Embedding: add privacy warning#1134

Open
leskovecg wants to merge 2 commits into
biolab:masterfrom
leskovecg:fix-privacy-warning-clean
Open

Document Embedding: add privacy warning#1134
leskovecg wants to merge 2 commits into
biolab:masterfrom
leskovecg:fix-privacy-warning-clean

Conversation

@leskovecg

Copy link
Copy Markdown
Collaborator

Add Privacy Warning to Document Embedding Widget (#1089)

Issue

Fixes #1089

Description of Changes

This PR adds an informational message to the Document Embedding widget to inform users that the widget sends documents to an external server (api.garaza.io).
The goal is to help users avoid submitting sensitive or private data unintentionally.

  • Added self.Information.privacy_warning() to the widget’s __init__ method.
  • Shown message:

    "This widget sends documents to an external server. Avoid using it with sensitive data."

Includes

  • Code changes
  • Tests
  • Documentation

@leskovecg leskovecg force-pushed the fix-privacy-warning-clean branch from bd64fd4 to 8b44bdf Compare July 17, 2025 08:53
from Orange.widgets import gui
from Orange.widgets.settings import Setting
from Orange.widgets.widget import Msg, Output, OWWidget
from orangewidget.widget import Message

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change the above line to:
from Orange.widgets.widget import Input, Output, Msg, Message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text mining add-on and data privacy

2 participants