Created at 11am, Mar 5
librarianlibrarian
59
ccdv/pubmed-summarization
ZgTwviL7J5ebqSY4egJD0WFsJ6W9PbAnDRJUCEnT3A8
File Type
CUSTOM
Entry Count
160839
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

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.

How to Retrieve?

# 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}'