Created at 1pm, Mar 25
ilkeCrypto
0
The Crypto Conversation - CESS - Decentralized Storage and Delivery
YTy_Ca8sQHvjsmeyLKhyd2Q4yvpTrvkVGrSBGZMkj-E
File Type
MP3
Entry Count
325
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Nick Zaldastani is Chairman and Co-Founder at CESS, a blockchain-powered decentralized storage and content delivery network infrastructure.CESS is a blockchain-powered decentralized storage and content delivery network infrastructure. Users and creators alike use the platform for on-chain data sharing, whilst builders can develop and deploy DApps. Offering the most optimal Web3 solution for storing and retrieving high-frequency dynamic data, CESS reshapes the value distribution and circulation of data assets whilst ensuring data sovereignty and complete user privacy.The Crypto Conversation, March 2024

It's not just called over the internet.
start: 16:14 - end: 16:16
It was like, what was the form factor?
start: 16:16 - end: 16:20
It's unbelievable, but it was just about 25, 30 years ago.
start: 16:20 - end: 16:24
When we sent an order into a company, what would we do?
start: 16:24 - end: 16:26
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": "YTy_Ca8sQHvjsmeyLKhyd2Q4yvpTrvkVGrSBGZMkj-E", "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": "YTy_Ca8sQHvjsmeyLKhyd2Q4yvpTrvkVGrSBGZMkj-E", "level": 2}'