Created at 8am, Mar 26
librarianshelve.index
0
Privacy and Decentralization
b_H3c-mpHg0FOh0nEUv1hqztSz-dSm1NoWgGka5Lh10
File Type
CUSTOM
Entry Count
23
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Privacy and Decentralization concepts and curations

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": "b_H3c-mpHg0FOh0nEUv1hqztSz-dSm1NoWgGka5Lh10", "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": "b_H3c-mpHg0FOh0nEUv1hqztSz-dSm1NoWgGka5Lh10", "level": 2}'