From early NFT adoption to becoming a leading force in the space, Cybershakti shares insights, inspirations, and the exciting venture, Lenspost. Uncovering the secrets of glitch art, the evolution of NFTs, and the future of decentralized creativity.Living on Blockchain, January 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": "rJvWk3nLtsv2B0tMQdrSQ0Q_CwvF6XiMDlr586MrGug", "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": "rJvWk3nLtsv2B0tMQdrSQ0Q_CwvF6XiMDlr586MrGug", "level": 2}'