Grasslands are home to the biggest stars of the animal kingdom, but top billing doesn’t make life here any easier as they battle volatile environments.About Hostile Planet:A beautifully filmed, global tour de force, Hostile Planet draws attention to extraordinary accounts of animals that have adapted to the cruelest evolutionary curveballs. Hosted by survivalist and adventurer Bear Grylls, Hostile Planet zooms in on the world's most extreme environments to reveal the animal kingdom's epic stories of survival on this fast-changing and continuously evolving planet.National Geographic, January 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": "II7btJOC1FOtNMrP3w_Vm3KpEScUAlMrt1Q9C6ARFD4", "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": "II7btJOC1FOtNMrP3w_Vm3KpEScUAlMrt1Q9C6ARFD4", "level": 2}'