This dataset contains passages related to various scientific topics including chemistry, biology, physics, and geology. The information covers a wide range of subjects such as solution concentration, plant anatomy, atomic bonds, endocrine diseases, skin structure, nuclear energy, material science, and geological formations.
# 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": "xpUrtckTGAHYps9UkrJwsllbOm6PoeGosvqZQ6pEQDI", "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": "xpUrtckTGAHYps9UkrJwsllbOm6PoeGosvqZQ6pEQDI", "level": 2}'