Created at 6am, Apr 4
ilkeCrypto
0
Hot Take on The Merge, Ethereum and Blockchain
OCdCZ9Wtx5sXEA5Y3Q-Y6ziCCx3XK5bHEt7hPTqG6-o
File Type
MP3
Entry Count
209
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The Merge was the most significant and substantial upgrade to the Ethereum network to date. But will it help beyond turning ETH carbon neutral? Will it lower gas fees? Find out more about it here!Crypto Curious Podcast, September 2022

And at some point in history, we didn't have governments that essentially.
start: 09:17 - end: 09:21
At some point in history, we didn't have governments that essentially.
start: 09:21 - end: 09:24
And our earliest history was, it's almost like we're coming back to where we started as a species, right?
Yeah, which is really interesting, right?
start: 09:31 - end: 09:34
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": "OCdCZ9Wtx5sXEA5Y3Q-Y6ziCCx3XK5bHEt7hPTqG6-o", "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": "OCdCZ9Wtx5sXEA5Y3Q-Y6ziCCx3XK5bHEt7hPTqG6-o", "level": 2}'