On episode 384 of the BlockHash Podcast, the Chief Asset Management Officer for Anbruggen Capital joins Brandon Zemp to talk about the global Crypto markets and what to expect in 2024.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": "QDlmLlwuYrFE5U1b5Pf0D4SlsZxq8awwgEs0_zA-ffA", "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": "QDlmLlwuYrFE5U1b5Pf0D4SlsZxq8awwgEs0_zA-ffA", "level": 2}'