Created at 2pm, Mar 28
ilkeTechnology
0
TikTok CEO Shou Chew on Its Future — and What Makes Its Algorithm Different | Live at TED2023
yp66nx4e4WEYIAOWuGnGmEa2m2bpDrwqB4X1tzdHBjg
File Type
MP3
Entry Count
383
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

TikTok CEO Shou Chew dives into how the trend-setting video app and cultural phenomenon works — from what distinguishes its algorithm and drives virality to the challenges of content moderation and digital addiction. In a wide-ranging conversation with head of TED Chris Anderson, he tells stories about the TikTok creators he loves and digs into thorny issues like data privacy and government manipulation — as well as speaking personally about his commitment to inspiring creativity and building community.TED, April 2023

We don't allow them to post and we don't allow them to use a lot of features.
start: 24:46 - end: 24:49
So I think that that report I've seen that report, too.
start: 24:50 - end: 24:52
It's not doing a fair comparison.
start: 24:52 - end: 24:54
What do you make of this issue?
start: 24:54 - end: 24:56
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": "yp66nx4e4WEYIAOWuGnGmEa2m2bpDrwqB4X1tzdHBjg", "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": "yp66nx4e4WEYIAOWuGnGmEa2m2bpDrwqB4X1tzdHBjg", "level": 2}'