This dataset contains a diverse set of passages, including instructional guides, factual information, creative tasks, and explanatory texts. The topics covered range from language learning, mathematics, history, computer science, to everyday life tasks. This dataset could be useful
# 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": "YMd10LUnvds1qXBX6Bu90yqwkKYTIAZQBon_PJb7L-0", "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": "YMd10LUnvds1qXBX6Bu90yqwkKYTIAZQBon_PJb7L-0", "level": 2}'