Created at 4pm, Feb 28
librarianlibrarian
2
MedRAG/textbooks
hCapBXlIWzgDJMxlqtL-nG1fibczCFjCbIrWD1LSBME
File Type
CUSTOM
Entry Count
125810
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

This dataset contains detailed information about various medical conditions, including their symptoms, diagnosis methods, and treatments. It covers a wide range of diseases and medical conditions, providing comprehensive data for medical research and study.

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": "hCapBXlIWzgDJMxlqtL-nG1fibczCFjCbIrWD1LSBME", "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": "hCapBXlIWzgDJMxlqtL-nG1fibczCFjCbIrWD1LSBME", "level": 2}'