Epicenter brings you in-depth conversations about the technical, economic, and social implications of cryptocurrencies and blockchain technologies. Every week, we interview business leaders, engineers academics, and entrepreneurs, and bring you a diverse spectrum of opinions and points of view. Epicenter is hosted by Sebastien Couture, Brian Fabian Crain, Friederike Ernst, Meher Roy, and Felix Lutsch. Since 2014, our episodes have been downloaded over 8 million times.
# 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": "Hs_EU-l_bSHHvesddQ-6st_hPq54rVBeQeHcj9HkVGU", "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": "Hs_EU-l_bSHHvesddQ-6st_hPq54rVBeQeHcj9HkVGU", "level": 2}'