Created at 7am, Apr 8
ilkeCrypto
0
Adam B. Levine: Building a Blockchain Podcast Network
KIvPDNg6ZYCaTMoyS2VDOUKyRgLa9IwQ3T-cxjG5Po0
File Type
MP3
Entry Count
563
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

And on our side, we never I think in the beginning for some advertisers, we had proposed it, but then quickly realized that it was making it harder for them to go through those hoops to buy the LTB coin.
start: 28:29 - end: 28:42
And, you know, like the the amount that they would save wouldn't be worth like the hassle basically to just pay in Bitcoin.
start: 28:42 - end: 28:49
So we we continue to to just charge in Bitcoin.
start: 28:49 - end: 28:53
In retrospect, are there things that, you know, perhaps now you've learned that would you would seem as good use cases or good applications for LTB that would have perhaps sparked more interest on the buy side rather than just people selling it every week?
start: 28:54 - end: 29:10
How to Retrieve?
# 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}'