Created at 2pm, Feb 8
btcdharmaBook
0
Rewiev of the Constitution of the USA
CqSvZtUqHyGVctQLOGNMjF8h4rncw_bsYipf17188TM
File Type
MULTI
Entry Count
528
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Review of the constitution of the USA, USA Laws, constitution

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