Commit 78c791c
committed
[AI Bundle] Skip processing empty store configurations
Fix the issue where configuring only one store type (e.g., chromadb)
would cause errors for other unconfigured store types. The configuration
system populates all store types with empty arrays by default, and the
processStoreConfig method was checking for package availability before
checking if any stores were actually configured.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent a5a34a8 commit 78c791c
File tree
2 files changed
+23
-0
lines changed- src/ai-bundle
- src
- tests/DependencyInjection
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
982 | 986 | | |
983 | 987 | | |
984 | 988 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
720 | 739 | | |
721 | 740 | | |
722 | 741 | | |
| |||
0 commit comments