A dataset for long article summarization, inspired by https://github.com/armancohan/long-summarization. It contains fields suchid: paper id, article: a string containing the body of the paper, abstract: a string containing the abstract of the paper.
# 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": "ZgTwviL7J5ebqSY4egJD0WFsJ6W9PbAnDRJUCEnT3A8", "level": 2}'