Created at 1pm, Mar 8
ilkeCrypto
0
Wavect - Why we need a Decentralized Identity & how to own your data - with Ankur Banerjee
WBrJNX5NbAkN8pLNKpBnCjlywcDmqD20SPGkOw7Ra9c
File Type
MP3
Entry Count
164
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Decentralized Identity is still one of the most dominant use cases for Blockchain - it's time to find out why and what challenges still need to be tackled.Wavect, December 2023

And then the user shares these claims, or is that some kind of, what's the high-level user flow I could imagine now?
How does it work to share information?
start: 11:33 - end: 11:36
And yeah, that's the...
start: 11:36 - end: 11:38
Absolutely.
start: 11:38 - end: 11:39
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": "WBrJNX5NbAkN8pLNKpBnCjlywcDmqD20SPGkOw7Ra9c", "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": "WBrJNX5NbAkN8pLNKpBnCjlywcDmqD20SPGkOw7Ra9c", "level": 2}'