survos/ai-dataset-bundle
Composer 安装命令:
composer require survos/ai-dataset-bundle
包简介
Dataset-scale AI batch processing for Survos datasets using canonical dataset paths and JSONL artifacts.
README 文档
README
Dataset-scale AI batch processing for Survos/Museado datasets.
This bundle is intentionally separate from survos/ai-workflow-bundle.
ai-workflow-bundle operates on individual workflow subjects. This bundle
operates on dataset JSONL stages, writes durable batch artifacts, and uses the
canonical workspace paths from survos/dataset-bundle.
Responsibilities
- Read normalized rows from
20_normalize/{core}.jsonl. - Write provider-ready batch input JSONL and manifests to
40_ai/. - Submit/check/download OpenAI batch jobs through
survos/ai-batch-bundle. - Convert downloaded batch responses into portable claim JSONL files.
- Leave later enrichment/import stages to consume those claim files.
Commands
Commands are exposed as methods on Survos\AiDatasetBundle\Service\DatasetAiService.
php bin/console ai:dataset:estimate mus/aust --core=obj php bin/console ai:dataset:prepare mus/aust --core=obj --force php bin/console ai:dataset:submit mus/aust --core=obj --force php bin/console ai:dataset:status mus/aust php bin/console ai:dataset:download mus/aust --core=obj --force
ai:dataset:submit is the paid provider call. estimate and prepare are local.
Files
For dataset mus/aust and core obj, the bundle uses:
| Path | Purpose |
|---|---|
20_normalize/obj.jsonl |
Normalized source records |
40_ai/obj.dense_summary.batch.input.jsonl |
OpenAI batch input |
40_ai/obj.dense_summary.batch.json |
Local batch manifest |
40_ai/obj.dense_summary.batch.output.jsonl |
Raw OpenAI batch output |
40_ai/obj.jsonl |
Portable claim rows for enrichment |
All paths are resolved with Survos\DataBundle\Service\DataPaths.
Install
composer require survos/ai-dataset-bundle
Register the bundle:
Survos\AiDatasetBundle\SurvosAiDatasetBundle::class => ['all' => true],
Required runtime bundles:
survos/dataset-bundlesurvos/jsonl-bundlesurvos/ai-batch-bundlesurvos/claims-bundle
Optional:
yethee/tiktokenfor better token estimates.
survos/ai-dataset-bundle 适用场景与选型建议
survos/ai-dataset-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「batch」 「dataset」 「ai」 「openai」 「jsonl」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 survos/ai-dataset-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 survos/ai-dataset-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 survos/ai-dataset-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
SPSS is a php-based implementation of IBM SPSS Statistics Standard. (Read/write SPSS, PSPP .sav files)
The bundle for easy using json-rpc api on your project
Fork of Maatwebsite for reasons of incompatibility with php >= 7.4 --- of Supercharged Excel exports in Laravel
Library with classes to help you do batch.
Supercharged Excel exports and imports in Laravel
Bundle Symfony DaplosBundle
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 42
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-29