Nick Johnson, the founder of ENS, discusses the current state of decentralized naming services from a multichain and L2 perspective, and how these ultimately tie into decentralized identities.Epicenter, June 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": "eU_rHoU7CswWqS3gh77eqkVr1jKOrmoGy2D3G47PFe4", "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": "eU_rHoU7CswWqS3gh77eqkVr1jKOrmoGy2D3G47PFe4", "level": 2}'