atoolo / genai-bundle
Indexing resources into a GenAI application and asking it questions
Package info
github.com/sitepark/atoolo-genai-bundle
Type:symfony-bundle
pkg:composer/atoolo/genai-bundle
dev-main / 1.x-dev
2026-09-18 13:48 UTC
Requires
- php: >=8.1 <8.6.0
- atoolo/index-bundle: ^1
- atoolo/resource-bundle: ^1
- symfony/config: ^6.3 || ^7.4.7
- symfony/console: ^6.3 || ^7.4.7
- symfony/dependency-injection: ^6.3 || ^7.4.7
- symfony/http-client: ^6.3 || ^7.4.7
- symfony/http-client-contracts: ^2.5 || ^3
- symfony/http-kernel: ^6.3 || ^7.4.7
- symfony/yaml: ^6.3 || ^7.4.6
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.2
- infection/infection: ^0.27.11
- overtrue/phplint: ^9.7.1
- phpcompatibility/php-compatibility: ^9.3.5
- phpdocumentor/type-resolver: ^1.12
- phpunit/phpunit: ^10.5.63
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.13.5
- symfony/filesystem: ^6.3 || ^7.4.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-18 14:03:22 UTC
README
Atoolo GenAI bundle
Indexes resources into an external GenAI application - embedding and vector database - and asks that application questions. The GenAI technology itself is not part of this bundle, just as the Solr server is not part of the search-bundle.
The indexer core comes from atoolo/index-bundle; this bundle only provides the target implementation, the document, its enricher and the assistant.