Created at 9pm, Jan 16
uGFNDAgkHealth & Lifestyle
0
cosmetic products review
-o8F4fWPT9WwoAqFB6lCQVxrLdbDi_WtBk219fxZgIE
File Type
MULTI
Entry Count
141
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

reviews of cosmetic producs, information about cosmetic products, suggestions of cosmetic products

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