In 2013, Kanye West appeared on the radio show 'Sway in the Morning' and had an infamous interview where he became agitated and yelled at the host, Sway Calloway. The interview was widely circulated on social media and became a viral moment. During the interview, West discussed his music, fashion, and business ventures, and became increasingly frustrated when Sway challenged him on his ideas. At one point, West yelled, 'You ain't got the answers, Sway!' The interview has since become a cultural touchstone and has been parodied and referenced in various media.
# 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": "btWTKz83ZlGElL_5qnO3w0sjxkZT7uQqTgLhM4KWt4A", "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": "btWTKz83ZlGElL_5qnO3w0sjxkZT7uQqTgLhM4KWt4A", "level": 2}'