Created at 11pm, Jan 21
btcdharmaBook
0
The best known childreen fairy tale
TqDACdP2rcBu7WaPvE6Yrpsop75J60FQCiE_BvNjn9k
File Type
MULTI
Entry Count
105
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Cinderella, Little Red Riding Hood,Snow White and the Seven Dwarfs,Sleeping Beauty,Hansel and Grete

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