Nick Zaldastani is Chairman and Co-Founder at CESS, a blockchain-powered decentralized storage and content delivery network infrastructure.CESS is a blockchain-powered decentralized storage and content delivery network infrastructure. Users and creators alike use the platform for on-chain data sharing, whilst builders can develop and deploy DApps. Offering the most optimal Web3 solution for storing and retrieving high-frequency dynamic data, CESS reshapes the value distribution and circulation of data assets whilst ensuring data sovereignty and complete user privacy.The Crypto Conversation, 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": "YTy_Ca8sQHvjsmeyLKhyd2Q4yvpTrvkVGrSBGZMkj-E", "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": "YTy_Ca8sQHvjsmeyLKhyd2Q4yvpTrvkVGrSBGZMkj-E", "level": 2}'