Created at 12am, Jan 22
btcdharmaBusiness
0
How to write CV and Letter
kCETxJPY5uyIvlHV1KYmzxn61hrA1N7PAmZ3o7a8Rpc
File Type
MULTI
Entry Count
66
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

basic information about CV and Letter tricks

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