Created at 12pm, Jan 10
benjaminOther
1
Cosmetics Products Reviews- Nykaa
EBpzhJyQGaf08nZcY9FyojkCicPgQ_vqLyi9TkLf_fw
File Type
CSV
Entry Count
61284
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

User reviews and product information on cosmetic products listed on Nykaa.

Dataset Viewer
product_idbrand_namereview_idreview_titlereview_textauthorreview_datereview_ratingis_a_buyerpro_userreview_labelproduct_titlemrppriceproduct_ratingproduct_rating_countproduct_tagsproduct_url
981Lakme20299969Nicenice item within affordable price.Shahala Maheen2021-09-02 13:16:404.0TrueFalseVerified BuyerLakme Kajal - Black75754.16197https://www.nykaa.com/lakme-kajal/p/981
981Lakme19921249GoodGood for everyday at this so much low price üòÉSakshi Gupta2021-08-06 15:56:254.0TrueFalseVerified BuyerLakme Kajal - Black75754.16197https://www.nykaa.com/lakme-kajal/p/981
981Lakme19911656Pocket friendlyGood product in this price. Long lasting. It can be sharpened, So it serves the purpose of costly eyeliners and kajals.Manisha Nath2021-08-05 21:39:264.0TrueFalseVerified BuyerLakme Kajal - Black75754.16197https://www.nykaa.com/lakme-kajal/p/981
981Lakme15211620Good productThis is actually average product. You can useEkta Patel2020-10-18 02:12:094.0TrueFalseVerified BuyerLakme Kajal - Black75754.16197https://www.nykaa.com/lakme-kajal/p/981
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": "EBpzhJyQGaf08nZcY9FyojkCicPgQ_vqLyi9TkLf_fw", "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": "EBpzhJyQGaf08nZcY9FyojkCicPgQ_vqLyi9TkLf_fw", "level": 2}'