Immerse yourself in the mesmerizing world of Greek Mythology Explained as they unveil the captivating tale of Perseus and his epic journey.Mythical Arcana, August, 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": "ndvDMTHRJvFCHod4df23s5g8WYA6YYfTtEQnew-CwjE", "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": "ndvDMTHRJvFCHod4df23s5g8WYA6YYfTtEQnew-CwjE", "level": 2}'