Created at 10am, Feb 28
librarianlibrarian-archive
1
medalpaca/medical_meadow_wikidoc_patient_information
DUm73-Fl8wLHav9Wrf3peYsgsu-AETH54AY8qN7oTjY
File Type
CUSTOM
Entry Count
6019
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

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.

How to Retrieve?
# 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}'