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
# 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}'