On episode 385 of the BlockHash Podcast, Lawyer and Co-founder of Lexify joins Brandon Zemp to discuss the current crypto regulations in Switzerland and the new MiCA regulations in Europe that will take effect this year.BlockHash, March 2024
# 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": "DdIeuaCP-VT06K3SXX0T0mrAM2s4iYL-VTcIKA10ZVs", "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": "DdIeuaCP-VT06K3SXX0T0mrAM2s4iYL-VTcIKA10ZVs", "level": 2}'