Only the most resilient species will triumph in the unpredictable jungle conditions as survival of the fittest becomes increasingly apparent.About National Geographic:National Geographic is the world's premium destination for science, exploration, and adventure. Through their world-class scientists, photographers, journalists, and filmmakers, Nat Geo gets you closer to the stories that matter and past the edge of what's possible.National Geographic, April 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": "3bzOC_ib_RPS7N4aW08-XCHyat3R1ci5rWCg_0ZRqRw", "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": "3bzOC_ib_RPS7N4aW08-XCHyat3R1ci5rWCg_0ZRqRw", "level": 2}'