Created at 8pm, Feb 21
gmGWJECHBusiness
0
Impact of interest rate and inflation on GDP in Bulgaria, Romania India
SqqW9WW1PQAW7W-eVSlFp9bWXtGK1X8FBfJzHi6S_Is
File Type
MULTI
Entry Count
1384
Embed. Model
jina_embeddings_v2_base_en
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": "SqqW9WW1PQAW7W-eVSlFp9bWXtGK1X8FBfJzHi6S_Is", "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": "SqqW9WW1PQAW7W-eVSlFp9bWXtGK1X8FBfJzHi6S_Is", "level": 2}'