Created at 7am, Apr 3
ilkeCrypto
0
How AI and Blockchain are colliding - Blockchain Insider podcast - 188
TTyoi7RO7Oz6uIMjcfQ5suSHIriw3V6lCINzhAL2sb8
File Type
MP3
Entry Count
296
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Mauricio Magaldi and Cuy Sheffield are back this week to talk about the latest and greatest news in the world of crypto, including:- Airstack raises over $7M for AI-backed Web3 developer platform- Crypto.com launches ChatGPT-based AI user assistant Amy- OpenAI’s Sam Altman nears $100mn funding for Worldcoin crypto projectGuests:Angie Malltezi, Chief Strategy Officer, Shipyard SoftwareDanny Nelson, Managing editor for Data & Tokens, Coindesk11:FS, May 2023

But again, I'm just sort of thinking through what the potential reasons could be.
start: 16:49 - end: 16:52
Yeah.
start: 16:52 - end: 16:53
If I'm not mistaken, I feel like WorldCoin, they haven't been doing these experiments in the United States.
It's mostly been outside the United States in terms of number of emerging markets with the orb, which I feel like has also led to kind of differing opinions on what does that mean to show up someplace with this weird orb and pay people money.
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": "TTyoi7RO7Oz6uIMjcfQ5suSHIriw3V6lCINzhAL2sb8", "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": "TTyoi7RO7Oz6uIMjcfQ5suSHIriw3V6lCINzhAL2sb8", "level": 2}'