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
# 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}'