Created at 12pm, Apr 3
ilkeHealth & Lifestyle
0
Black Market Organs (Full Episode) - Trafficked with Mariana van Zeller
JJDJDmpr861zeLhN2Fg2M-IgqlMMwPm6PEQnru2y1w8
File Type
MP3
Entry Count
589
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Mariana van Zeller investigates one of the darkest and most elusive black markets in the world-- the illicit trade in human organs.About Trafficked with Mariana van Zeller:TRAFFICKED with Mariana van Zeller is an original documentary series that explores the complex and dangerous inner workings of the global underworld, black and informal markets. Each adventure follows Mariana on a mission to follow the chain of custody of trafficked goods, understand how to obtain the contraband, or see the 360-degree view of the trafficking world from the point of view of the smugglers, law enforcement, and those caught in the crossfire.National Geographic, October 2023

I'm hoping that if I can find a low-level accomplice, doors might open to bigger players.
start: 23:37 - end: 23:43
My search starts here, with a criminal group that I've been told buys kidneys from Mexican citizens, which are then resold for transplant.
There's two guys waiting inside the car, and they're looking for another kidney.
start: 23:54 - end: 23:59
So I'm going to try and help him.
start: 24:00 - end: 24:02
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": "JJDJDmpr861zeLhN2Fg2M-IgqlMMwPm6PEQnru2y1w8", "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": "JJDJDmpr861zeLhN2Fg2M-IgqlMMwPm6PEQnru2y1w8", "level": 2}'