\'Every once in a while, a revolutionary product comes along that changes everything …\' Steve Jobs said during a MacWorld keynote in 2007 and this was definitely hyperbole but the introduction of the original iPhone was a major moment in mobile history. With news that Jobs is resigning as Apple CEO, we thought it would be fun to take a look back at Jobs' showing the world the first iPhone.This knowledge contains the full speech of Steve Jobs when the Apple launched the iPhone for the first time.
# 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": "ViSAd_0pUWB-dQ-2UnoO_WWzczyYA8aYqVBqhxf0hJQ", "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": "ViSAd_0pUWB-dQ-2UnoO_WWzczyYA8aYqVBqhxf0hJQ", "level": 2}'