Product & Catalog Data

Search and query product catalog data accurately at the row level. Each product information is stored as an independent row, enabling precise searches for SKUs, options, prices, etc.

Row-based Search

Each product information is stored as one row, enabling accurate product-level searches.

Accurate Data Query

Does not generate information not in the data, and all responses are traceable to original rows.

Use Cases

SKU Search

Query accurate product information based on product code (SKU).

Q: 'What is the price and stock of SKU P001?' A: [row_id: prod_001] Product code P001 is priced at $1,290,000 with 15 units in stock.

Option Query

Search various product options (color, size, etc.) at the row level.

Q: 'Is red XL size in stock?' A: [row_id: prod_001_red_xl] Red XL size is in stock.

Pricing Information

Query product pricing information accurately and track price changes at the row level.

Q: 'Show me price changes for P001' A: [row_id: price_001, price_002] 2025-12-01: $1,290,000, 2025-11-01: $1,250,000