Created at 7am, Mar 28
anilaltunershelve.index
0
LLM Security and Biases
JSUjzMq4KY2xt6SeOTNmhIGdojaw8qdS4-Gbx8F-hI0
File Type
CUSTOM
Entry Count
10
Embed. Model
text_embedding_3_small
Index Type
hnsw

References about articles and blog posts

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": "JSUjzMq4KY2xt6SeOTNmhIGdojaw8qdS4-Gbx8F-hI0", "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": "JSUjzMq4KY2xt6SeOTNmhIGdojaw8qdS4-Gbx8F-hI0", "level": 2}'