On episode 377 of the BlockHash Podcast, Neil Sahota joins me to discuss the impact of Artificial Intelligence on the world in 2024. For the past 20 years, Neil has worked with numerous Fortune 500 companies and government leaders to identify, design and implement new products and services. Neil’s work expands across multiple industries such as legal services, healthcare, retail, the sciences, energy, transportation, and more. Neil is also one of the few people selected for IBM's Corporate Service Corps leadership program that pairs leaders with NGOs to perform community-driven economic development projects. Neil is currently the lead Artificial Intelligence Advisor to the United Nations where he helps elaborate on both the technology’s benefits and consequences. Through his efforts, the United Nations has started the A.I. for good initiative to make the U.N. Sustainable Development Goals a reality.Neil Sahota, BlockHash, January 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": "PP4FJgbJ4UuloVksEIDaiJyerh-TX5VUqmdlF7AAvpM", "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": "PP4FJgbJ4UuloVksEIDaiJyerh-TX5VUqmdlF7AAvpM", "level": 2}'