TechCrunch's Senior Crypto Reporter took to the StrictlyVC stage to interview Alex Blania, the co-founder and CEO of Tools for Humanity, the Sam Altman-backed company behind Worldcoin and the Orb.During their discussion, Blania confirmed that a new version of the Orb, designed to be \'more friendly\' than the current futuristic eye-scanning device is coming with a more iPhone-like appearance.Original content: https://www.youtube.com/watch?v=My_ojiDcojE
# 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": "7q43BgtBzz7b-BeWLCybRkzO11IMqwaakQUcQNLuB0c", "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": "7q43BgtBzz7b-BeWLCybRkzO11IMqwaakQUcQNLuB0c", "level": 2}'