Created at 9am, Apr 6
ProactiveBusiness
0
Google to Destroy Billions of Personal Data Files as Part of Legal Settlement
VarnEmhKIQH30y0w2zlfiNXh7pV0LEfOifaw6lF6tO0
File Type
MP3
Entry Count
30
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Google to Destroy Billions of Personal Data Files as Part of Legal Settlement

In a statement, Google said it was pleased to settle this lawsuit.
start: 02:48 - end: 02:54
Lawyers representing the Chrome users described the settlement as a major win for personal privacy in a world with ever-increasing levels of digital surveillance.
Lawyers in the case valued the settlement at $4.75 billion to $7.8 billion.
start: 03:10 - end: 03:19
They explained they arrived at that number based mainly on what possible ad sales linked to the personal data collected might have earned without new restrictions.
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": "VarnEmhKIQH30y0w2zlfiNXh7pV0LEfOifaw6lF6tO0", "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": "VarnEmhKIQH30y0w2zlfiNXh7pV0LEfOifaw6lF6tO0", "level": 2}'