Mauricio Magaldi and Cuy Sheffield are back this week to talk about the latest and greatest news in the world of crypto, including:-US Congress to introduce new draft bill for stablecoins-Ethereum’s Shanghai Upgrade Is Complete, Starting New Era of Staking Withdrawals-EU Parliament Approves Crypto Licensing, Funds Transfer Rules11:FS, May 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": "w-i7LMHLK3-9wxIGZk7Dqb266OprvEBDNVHdbi0vieo", "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": "w-i7LMHLK3-9wxIGZk7Dqb266OprvEBDNVHdbi0vieo", "level": 2}'