Created at 5pm, Jan 7
BTCScience
0
Temel matematik Deneme2
wQVddH7R80KhqojJgZA7J6Uw-i4ykDSO2pzGg5HQNLM
File Type
PDF
Entry Count
1
Embed. Model
text_embedding_ada_002
Index Type
hnsw
Yaamak iin bir sebebiniz varsa her eyle ba edebilirsiniz 123456789101112-
id: bfc12c9d7c7bc1a7bc040a5128fcd933 - 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": "wQVddH7R80KhqojJgZA7J6Uw-i4ykDSO2pzGg5HQNLM", "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": "wQVddH7R80KhqojJgZA7J6Uw-i4ykDSO2pzGg5HQNLM", "level": 2}'