Ellen Winner speaking at the American Philosophical Society Autumn Meeting, November 2018.
# 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": "EIMuvd_1L7deaZJLY7nhaUZj7JbaH8C9Ztuj-RFI0IU", "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": "EIMuvd_1L7deaZJLY7nhaUZj7JbaH8C9Ztuj-RFI0IU", "level": 2}'