Created at 6pm, Feb 1
benjaminOther
0
Cosmetic Products Information and Reviews
X_YTRTa-OcPhlO2OtBA7PTme5SmUGw0KJyvBPXaFU9s
File Type
CSV
Entry Count
61284
Embed. Model
text_embedding_3_small
Index Type
hnsw

Cosmetic Products Information and Reviews from Nyka platform.

Dataset Viewer
product_idbrand_namereview_idreview_titleMergedreview_textauthorreview_datereview_ratingis_a_buyerpro_userreview_labelproduct_titlemrppriceproduct_ratingproduct_rating_countproduct_tagsproduct_url
981Lakme20299969NiceProduct Title:Lakme Kajal - Black nice item within affordable price.nice item within affordable price.Shahala Maheen2021-09-02 13:16:404.0TRUEFALSEVerified BuyerLakme Kajal - Black75754.16197https://www.nykaa.com/lakme-kajal/p/981
981Lakme19921249GoodProduct Title:Lakme Kajal - Black Good for everyday at this so much low price 😃Good 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 friendlyProduct Title:Lakme Kajal - Black Good product in this price. Long lasting. It can be sharpened, So it serves the purpose of costly eyeliners and kajals.Good 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 productProduct Title:Lakme Kajal - Black This is actually average product. You can useThis 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": "X_YTRTa-OcPhlO2OtBA7PTme5SmUGw0KJyvBPXaFU9s", "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": "X_YTRTa-OcPhlO2OtBA7PTme5SmUGw0KJyvBPXaFU9s", "level": 2}'