Created at 12am, Feb 27
btcdharmaPoetry
0
Most famous poems
zxwI11U1EVt8VV3xjWi_q9X2WqDSwA00ISdOAleuaEA
File Type
MULTI
Entry Count
163
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

POEMS ON LOVE AND LIFE By Frederick Douglas HarperPOEMS EVERY CHILD SHOULD KNOW

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