Today's video is an interview Gary did for the Chain Reaction podcast by senior crypto reporter, Jacquelyn Melinek of TechCrunch. He delves into the world of NFTs, Web3, and VeeFriends. Gary shares his vision of creating a universe of characters that teach positive traits and provide real-life utility, such as access to VeeCon.Chain Reaction Podcast, 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": "SvJOYL-zbLBP9nhxWkDOid32EjX99RmvzjwHH00LaZY", "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": "SvJOYL-zbLBP9nhxWkDOid32EjX99RmvzjwHH00LaZY", "level": 2}'