Scientists are discovering that orcas, among the most social and intelligent of marine animals, have unique family structures and behaviors, passed from one generation to the next. National Geographic photographer Brian Skerry traveled the globe to document orca pods, where he found that diving with these special creatures can lead to strange and wonderful situations.National Geographic, April 2021
# 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": "P0Z6Pv0itLbyGxHCuVZFNmkefnhq_NkyLeHyNp063XA", "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": "P0Z6Pv0itLbyGxHCuVZFNmkefnhq_NkyLeHyNp063XA", "level": 2}'