Created at 6pm, Jan 20
veereadsArtificial Intelligence
0
Data Ethics and Governance Definition Application
k1CKVWLlKjlbk8AW-oqvEx7SvLFR1Ix2f5AaohvXeoA
File Type
PDF
Entry Count
6
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Description of fundamental concepts of data ethics and governance, and the applications of these concepts.

A steward can be anyone who has a role in dening, producing or using data for their job and is accountable for its quality. Maturity Levels of Data Governance 1. arising such as a data leak. 2. or approach tries to blunt issues. 3. alignment of governance and management process formalising a culture of issue and risk awareness. Reactive Governance Model: Tactical eort to respond to a problem Preemptive Governance Model: An organisation facing major change Proactive Governance: Driven by an information management strategy, Scenario 1: De-Centralized Execution Single Business Unit This data governance model is characterised by individual business users maintaining their own master data. This model ensures that data is created by the local users who are typically the consumers of this data. Best for small organizations (single company) Oers simpler data maintenance No shared master data with other business units.
id: 2074a98eabcf1c31c4bd582edf01c762 - page: 2
Scenario 2: De-Centralized Execution Multiple Business Units This data governance model is characterized by individual business users maintaining their own master data. In this scenario, we have multiple business units working with shared customers, materials and vendors. Best for small and medium organizations(multiple companies involved) Oers simpler data maintenance. Allows for shared master data with other business units. Scenario 3: Centralized Execution Single or Multiple Business Units In this model, one central organization sets up master data based on requests coming from the consumers of the master data. Best for large and medium organizations(multiple companies) Complex data requirements Allows for shared master data with other business units. Potentially higher risks from data protection breaches.
id: 1fd5df70222052ec2aa2529ec12ab0b6 - page: 3
Scenario 4: Centralized Data Governance & Decentralized Execution This data governance model is characterised by a centralized governance body dening the framework of controls and individual businesses creating their individual parts of master data. companies. master data. Best for large and medium organizations with multiple plants and Brings complex data requirements but requires agility in the creation of Allows for shared master data with other business units.
id: b9dd5f33ccb17545b6d62aa6560a0a35 - page: 4
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "k1CKVWLlKjlbk8AW-oqvEx7SvLFR1Ix2f5AaohvXeoA", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "k1CKVWLlKjlbk8AW-oqvEx7SvLFR1Ix2f5AaohvXeoA", "level": 2}'