Topics discussed in this episode:- The history of the Let's Talk Bitcoin! podcast- What listeners can expect for the future of the show- The LTB Coin reward token experiment, what was learned and the future of that project- The Let's Talk Bitcoin! Network and how it's evolving- The Tokenly project and its use cases- Token.fm: a platform for music creators to sell licences to their music as tokensEpicenter, March 2017
# 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": "KIvPDNg6ZYCaTMoyS2VDOUKyRgLa9IwQ3T-cxjG5Po0", "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": "KIvPDNg6ZYCaTMoyS2VDOUKyRgLa9IwQ3T-cxjG5Po0", "level": 2}'