This dataset contains information about various medical conditions, including symptoms, causes, recovery processes, and guidelines for seeking urgent medical care. It covers conditions such as heart disease, failure to thrive, drooling, blind loop syndrome, transverse myelitis, right ventricular outflow tract obstruction, Fragile X syndrome, and Amyotrophic lateral sclerosis. The data could be useful for medical research, health care provider training, or patient education.
# 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": "DUm73-Fl8wLHav9Wrf3peYsgsu-AETH54AY8qN7oTjY", "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": "DUm73-Fl8wLHav9Wrf3peYsgsu-AETH54AY8qN7oTjY", "level": 2}'