Created at 6am, Apr 4
ilkeCrypto
0
Jack Dorsey: Square, Cryptocurrency, and Artificial Intelligence - Lex Fridman
uXZ4u6gXX1kvFwd23L1vwRHFsSazLjNx0LDxTU04y4E
File Type
MP3
Entry Count
329
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Jack Dorsey is the co-founder and CEO of Twitter and the founder and CEO of Square. In this episode, he talks about Square, Cryptocurrency, and Artificial Intelligence.Lex Fridman, April 2020

I just remember just the soundtrack was really good, so.
start: 35:36 - end: 35:39
Excellent.
start: 35:39 - end: 35:39
What are your thoughts, sticking on artificial intelligence a little bit, about the displacement of jobs?
That's another perspective that candidates like Andrew Yang talk about.
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": "uXZ4u6gXX1kvFwd23L1vwRHFsSazLjNx0LDxTU04y4E", "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": "uXZ4u6gXX1kvFwd23L1vwRHFsSazLjNx0LDxTU04y4E", "level": 2}'