User reviews and product information on cosmetic products listed on Nykaa.
product_id | brand_name | review_id | review_title | review_text | author | review_date | review_rating | is_a_buyer | pro_user | review_label | product_title | mrp | price | product_rating | product_rating_count | product_tags | product_url |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
981 | Lakme | 20299969 | Nice | nice item within affordable price. | Shahala Maheen | 2021-09-02 13:16:40 | 4.0 | True | False | Verified Buyer | Lakme Kajal - Black | 75 | 75 | 4.1 | 6197 | https://www.nykaa.com/lakme-kajal/p/981 | |
981 | Lakme | 19921249 | Good | Good for everyday at this so much low price üòÉ | Sakshi Gupta | 2021-08-06 15:56:25 | 4.0 | True | False | Verified Buyer | Lakme Kajal - Black | 75 | 75 | 4.1 | 6197 | https://www.nykaa.com/lakme-kajal/p/981 | |
981 | Lakme | 19911656 | Pocket friendly | Good product in this price. Long lasting. It can be sharpened, So it serves the purpose of costly eyeliners and kajals. | Manisha Nath | 2021-08-05 21:39:26 | 4.0 | True | False | Verified Buyer | Lakme Kajal - Black | 75 | 75 | 4.1 | 6197 | https://www.nykaa.com/lakme-kajal/p/981 | |
981 | Lakme | 15211620 | Good product | This is actually average product. You can use | Ekta Patel | 2020-10-18 02:12:09 | 4.0 | True | False | Verified Buyer | Lakme Kajal - Black | 75 | 75 | 4.1 | 6197 | https://www.nykaa.com/lakme-kajal/p/981 |
# 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}'