The Merge was the most significant and substantial upgrade to the Ethereum network to date. But will it help beyond turning ETH carbon neutral? Will it lower gas fees? Find out more about it here!Crypto Curious Podcast, September 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": "OCdCZ9Wtx5sXEA5Y3Q-Y6ziCCx3XK5bHEt7hPTqG6-o", "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": "OCdCZ9Wtx5sXEA5Y3Q-Y6ziCCx3XK5bHEt7hPTqG6-o", "level": 2}'