Eric Schmidt, former CEO of Google and Chairman of Steel Perlot, and Sergey Nazarov, co-founder of Chainlink, take a deep dive into the transformative influence of blockchains, smart contracts, and artificial intelligence (AI) on the digital landscape. Their discussion encompasses the exploration of cryptographic truth and its implications, shedding light on the convergence of Web2, decentralization, and the evolving role of AI, offering valuable insights into their potential societal impact.Chainlink, Smartcon, October 2023
# 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": "Gsit0A5LTBKb2sZcoNurX0gcPd4hB2V3jl0JOoXqiiM", "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": "Gsit0A5LTBKb2sZcoNurX0gcPd4hB2V3jl0JOoXqiiM", "level": 2}'