Soluna Digital Holding’s CEO John Belizaire joins \'The Mining Pod\' to discuss the public company’s perspective on Bitcoin mining going into the Bitcoin halving. Should Bitcoin miners think about AI? Is it too late to get in on the game? How should Bitcoin miners construct JV deals or other structures?The Mining Pod, 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": "tqWsvCMrr3Mc5MFYHNyydbQig_nHnju0qkaXJmPzYBY", "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": "tqWsvCMrr3Mc5MFYHNyydbQig_nHnju0qkaXJmPzYBY", "level": 2}'