In this episode of \'Living on Blockchain,\' Aly Madhavji, Managing Partner at Blockchain Founders Fund discusses the intricacies of venture-building in the blockchain space and his approach to supporting early-stage startups. From investment strategies to global impact, explore the potential of blockchain technology to drive positive change and revolutionize industries worldwide. Living on Blockchain, March 2024
# 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": "fGayv2s8yxIUpqrksg8ZhoQgt4wv5jWU4XqAeKiptrU", "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": "fGayv2s8yxIUpqrksg8ZhoQgt4wv5jWU4XqAeKiptrU", "level": 2}'