Created at 7am, Feb 29
ilkeCrypto
0
Epicenter - Gil Binder & Yair Cleper: Lava Network – Decentralising RPC and Node Providers
Hs_EU-l_bSHHvesddQ-6st_hPq54rVBeQeHcj9HkVGU
File Type
MP3
Entry Count
417
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Epicenter brings you in-depth conversations about the technical, economic, and social implications of cryptocurrencies and blockchain technologies. Every week, we interview business leaders, engineers academics, and entrepreneurs, and bring you a diverse spectrum of opinions and points of view. Epicenter is hosted by Sebastien Couture, Brian Fabian Crain, Friederike Ernst, Meher Roy, and Felix Lutsch. Since 2014, our episodes have been downloaded over 8 million times.

So let's say you have all these providers.
start: 31:53 - end: 31:56
You're in Europe, right?
start: 31:56 - end: 31:58
So someone in central Europe has a server, and he's really, really fast.
start: 31:58 - end: 32:05
You're going to be talking to them.
start: 32:05 - end: 32:06
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": "Hs_EU-l_bSHHvesddQ-6st_hPq54rVBeQeHcj9HkVGU", "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": "Hs_EU-l_bSHHvesddQ-6st_hPq54rVBeQeHcj9HkVGU", "level": 2}'