theagilemonkeys/aifindr-search-enrichments
收藏Hugging Face2026-02-13 更新2026-04-05 收录
下载链接:
https://hf-mirror.com/datasets/theagilemonkeys/aifindr-search-enrichments
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- text-retrieval
language:
- en
- es
tags:
- e-commerce
- fashion
- search
- enrichment
size_categories:
- 10K<n<100K
---
# AIFindr Search — Enrichments
LLM-generated product enrichment metadata for AIFindr Search.
## Contents
- **enrichments-gpt52.json**: GPT-5.2 controlled-vocabulary enrichments (~25 terms/dimension)
- **enrichments-haiku.json**: Claude Haiku enrichments (original, 1437+ unique terms/dimension)
## Usage
```python
import json
with open("enrichments-gpt52.json") as f:
enrichments = json.load(f) # dict: product_id -> enrichment fields
```
提供机构:
theagilemonkeys



