Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,10 @@ This dataset contains product metadata from Amazon, filtered to include only pro
|
|
25 |
|
26 |
## Data Source
|
27 |
|
28 |
-
The data is sourced from [Amazon Reviews 2023](https://amazon-reviews-2023.github.io/).
|
|
|
|
|
|
|
29 |
|
30 |
## Dataset Structure
|
31 |
|
@@ -80,7 +83,7 @@ The data is sourced from [Amazon Reviews 2023](https://amazon-reviews-2023.githu
|
|
80 |
- **price (float64):** Price of the product.
|
81 |
- **features (List[str]):** Features of the product.
|
82 |
- **details (str):** Additional details of the product. The string is JSON serializable.
|
83 |
-
- **embeddings (List[float64]):** Embeddings generated for the product using
|
84 |
- **image (str):** URL of the product image.
|
85 |
|
86 |
### Missing Values
|
|
|
25 |
|
26 |
## Data Source
|
27 |
|
28 |
+
The data is sourced from [Amazon Reviews 2023](https://amazon-reviews-2023.github.io/).
|
29 |
+
It includes product information across multiple categories, with additional embeddings.
|
30 |
+
|
31 |
+
Embeddings were created from the **title** + **description** using the **text-embedding-3-small** model.
|
32 |
|
33 |
## Dataset Structure
|
34 |
|
|
|
83 |
- **price (float64):** Price of the product.
|
84 |
- **features (List[str]):** Features of the product.
|
85 |
- **details (str):** Additional details of the product. The string is JSON serializable.
|
86 |
+
- **embeddings (List[float64]):** Embeddings generated for the product using **text-embedding-3-small** model.
|
87 |
- **image (str):** URL of the product image.
|
88 |
|
89 |
### Missing Values
|