Toly discusses various topics about Solana and his personal experiences. The main themes covered include the next technical hurdle for Solana with asynchronous execution, balancing family and work, growing up in the post-Soviet Union, Toly's stress-seeking, the emotional impact of Solana's journey, working relationship with Raj, the importance of marketing and community, career vs. personal pursuits, and so much more. Takeaways Solana's next technical hurdle is asynchronous execution. Solfate Podcast, 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": "tbMkbNzwMmraqivU4K7lhkhaLPi-uqsDqtBqSm6sGo4", "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": "tbMkbNzwMmraqivU4K7lhkhaLPi-uqsDqtBqSm6sGo4", "level": 2}'