Created at 2pm, Mar 28
ilkeBusiness
0
Think Fast, Talk Smart: Communication Techniques
E5BnOmJ_xE36GNW70WoHf7IENP-UKNJfc1K9MUSCmkQ
File Type
MP3
Entry Count
867
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

Others of you are, if you're following this advice, are saying, what a great opportunity.
Right?
start: 28:06 - end: 28:07
So the game again is played like this.
start: 28:07 - end: 28:09
You and your partner will exchange, each will exchange a gift.
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": "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}'