Created at 11am, Mar 26
DriaArtificial Intelligence
0
AI Adding to Threat of Election Disinformation Worldwide
DfbLxgHVl2AqKCMqd4BVS1FO0IfEVHcsko7KP2ctMZA
File Type
MP3
Entry Count
32
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

AI Adding to Threat of Election Disinformation Worldwide

The complexity of the technology makes it hard to find out who is behind AI deepfakes.
start: 03:03 - end: 03:11
Experts say governments and companies are not yet capable of stopping the problem.
start: 03:11 - end: 03:17
The world's biggest tech companies recently, and voluntarily, signed an agreement to prevent AI tools from disrupting elections.
For example, the company that owns Instagram and Facebook has said it will start labeling deepfakes that appear on its services.
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": "DfbLxgHVl2AqKCMqd4BVS1FO0IfEVHcsko7KP2ctMZA", "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": "DfbLxgHVl2AqKCMqd4BVS1FO0IfEVHcsko7KP2ctMZA", "level": 2}'