Embark on an epic odyssey as we explore The Full Story of Heracles. Witness the life of \'Heracles and the 12 Labors\' in this enthralling Greek Mythology saga.Mythical Arcana, October 2023
# 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": "GSw3qd26Y8qcFPvpG58X-9I4SJJmBYMk5yxu7yI87Oc", "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": "GSw3qd26Y8qcFPvpG58X-9I4SJJmBYMk5yxu7yI87Oc", "level": 2}'