Created at 8pm, Jan 4
DnzDGRLBusiness
0
BKU Bayilik Sınavı e-deneme, Çıkmış Sorular
ahQ4ZeYdMfLI11MwlMpugw_1yifufIvbRJttvnGguZA
File Type
MULTI
Entry Count
865
Embed. Model
text_embedding_ada_002
Index Type
hnsw
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": "ahQ4ZeYdMfLI11MwlMpugw_1yifufIvbRJttvnGguZA", "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": "ahQ4ZeYdMfLI11MwlMpugw_1yifufIvbRJttvnGguZA", "level": 2}'