Created at 12pm, Jan 26
btcdharmaPoetry
0
Most popular poems
hNZI1rM_5g3El7PMIVZintKI8EEmek1GYDot9NdWVz8
File Type
MULTI
Entry Count
646
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

most famous poems in English language, love, classic poems

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