Orkun Kılıç, co-founder of Chainway Labs, joins The Mining Pod at ETH Denver to break down why ZK Rollups could be the future scaling technique best for Bitcoin miners.The Mining Pod, March 2024
# 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": "bvvvFK6DKK2Vtb4l_JUn8cdRfK-ShXa4YiLps1XUALU", "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": "bvvvFK6DKK2Vtb4l_JUn8cdRfK-ShXa4YiLps1XUALU", "level": 2}'