search_cache/
├── {sha256_hash}.json # 搜索结果缓存
├── ...
└── index.json # 索引文件 (hash -> metadata)
每个 .json 文件的内容格式:
[
{
"idx": 0,
"title": "Document Title",
"snippet": "Document snippet...",
"url": "
https://example.com/page",
"uuid": "chatnoir-uuid",
"raw_content": ""
},
...… See the full description on the dataset page:
https://huggingface.co/datasets/GeoAgent/autogeo-chatnoir-cache.