Vince Yang is Co-founder of zkLink, the company building the first multi-rollup Layer 3 to solve liquidity fragmentation on Ethereum Layer 2 rollups, pioneering more liquid, secure, customizable DeFi trading experiences. A former engineer, Yang began his experience in crypto with Bitcoin mining. This evolved into a deeper exploration of areas, including blockchain's potential for financial applications and zk Proofs.CryptoNews, February 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": "hBis5ZBGVLd8PTH6ubfhl0FP88jjhcdiSWUKnkJUZI4", "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": "hBis5ZBGVLd8PTH6ubfhl0FP88jjhcdiSWUKnkJUZI4", "level": 2}'