Matt Abrahams is a lecturer of strategic communication at Stanford GSB and the host of the award-winning podcast \'Think Fast, Talk Smart,\' a show with research-backed techniques becoming a more confident communicator. Communication is critical to success in business and in life. Concerned about an upcoming interview? Anxious about speaking up during a meeting? In this talk, and through the podcast, you will learn techniques that will help you speak with greater confidence and clarity. Stanford Graduate School of Business, December 2014
# 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": "E5BnOmJ_xE36GNW70WoHf7IENP-UKNJfc1K9MUSCmkQ", "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": "E5BnOmJ_xE36GNW70WoHf7IENP-UKNJfc1K9MUSCmkQ", "level": 2}'