Commit a54c63b
committed
bug #1084 [AI Bundle][Store] Skip processing empty store configurations (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[AI Bundle][Store] Skip processing empty store configurations
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | Fix #1083
| License | MIT
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.
Commits
-------
78c791c [AI Bundle] Skip processing empty store configurationsFile 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