La Rinconada is the closest inhabited place to the sky on Earth, where people live above the clouds. At this extreme altitude of 5,100 meters, the atmosphere significantly thins and the locals are living with only 50% of the usual oxygen levels. Their bodies have evolved to produce two times more blood cells than ours. On this barren land, not even a single tree can survive because of the low air pressure. Ruhi Cenet, who is a Turkish Youtuber visits La Rinconada and shares his experience and valuable information about the town.
# 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": "sgMruZh5-LlDXBO1s0mBvwM1H2QhxcoFRqbZyJthH3k", "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": "sgMruZh5-LlDXBO1s0mBvwM1H2QhxcoFRqbZyJthH3k", "level": 2}'