Created at 6pm, Jan 4
HtkJgtpzMedia
0
telefon tutan el
JK4fvtfn1iqMoJU-HI6U-R9mPRVr9QnPquK_N9ZUKKE
File Type
PDF
Entry Count
1
Embed. Model
text_embedding_ada_002
Index Type
hnsw
DISCOVER BURSA!
id: 2b5b87820fb4c049ff5331c153ddf514 - page: 1
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": "JK4fvtfn1iqMoJU-HI6U-R9mPRVr9QnPquK_N9ZUKKE", "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": "JK4fvtfn1iqMoJU-HI6U-R9mPRVr9QnPquK_N9ZUKKE", "level": 2}'