@equinor/fusion-framework-cli 13.0.0-cli-search-index.0 → 13.0.0-cli-search-index.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 13.0.0-cli-search-index.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3757](https://github.com/equinor/fusion-framework/pull/3757) [`ccc6745`](https://github.com/equinor/fusion-framework/commit/ccc6745995c36771933b50461ea27e9b07c56a17) Thanks [@odinr](https://github.com/odinr)! - Add new `lib/ai` export path exposing `configureFusionAI` and `FusionAIConfig` for programmatic AI configuration.
|
|
8
|
+
|
|
9
|
+
This provides a public API for configuring Fusion AI settings including metadata processing, embedding chunking, and pattern matching.
|
|
10
|
+
|
|
3
11
|
## 13.0.0-cli-search-index.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|