In this episode, they spoke with Anthony Sassano, an Independent Ethereum Educator. Anthony shares what Ethereum is, what makes it valuable, and what makes it different from Bitcoin. Anthony also discusses the long-anticipated and highly successful Ethereum Merge, the future scaling roadmap for Ethereum, and what the community can expect in the medium term from the world's second most popular cryptocurrency.Blockchain.com Podcast, November 2022
# 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": "Z2UvGdGjkNshcGHP6JFUaF4cvJZ7Mg8JpVnPu-coEAQ", "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": "Z2UvGdGjkNshcGHP6JFUaF4cvJZ7Mg8JpVnPu-coEAQ", "level": 2}'