Created at 9pm, Jan 29
rdInJwENCulture
0
Yemek
VV54whS29KEIWTGQYwdB7gIFEeKyyFDqpVzmOwnJAA0
File Type
DOCX
Entry Count
1
Embed. Model
text_embedding_ada_002
Index Type
hnsw

Hatayın meşhur yemekleri

Hatayn Mehur Yemekleri Humus Biberli Ekmek Hatay Kat Kebab Tepsi Kebab Kaytaz Brei Hatay Aur Ispanakl Borani Hatay Oruk Hatay cce Hatay Lepe
id: cf6115d6d66c62750798003c233cc1f6 - page: None
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": "VV54whS29KEIWTGQYwdB7gIFEeKyyFDqpVzmOwnJAA0", "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": "VV54whS29KEIWTGQYwdB7gIFEeKyyFDqpVzmOwnJAA0", "level": 2}'