@antfly/sdk 0.0.9 → 0.0.10
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/dist/index.cjs +6 -1
- package/dist/index.js +6 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1074,10 +1074,15 @@ function geoBoundingBox(field, bounds, boost) {
|
|
|
1074
1074
|
|
|
1075
1075
|
// src/types.ts
|
|
1076
1076
|
var embedderProviders = [
|
|
1077
|
+
"termite",
|
|
1077
1078
|
"ollama",
|
|
1078
1079
|
"gemini",
|
|
1080
|
+
"vertex",
|
|
1079
1081
|
"openai",
|
|
1080
|
-
"
|
|
1082
|
+
"openrouter",
|
|
1083
|
+
"bedrock",
|
|
1084
|
+
"cohere",
|
|
1085
|
+
"mock"
|
|
1081
1086
|
];
|
|
1082
1087
|
var generatorProviders = [
|
|
1083
1088
|
"ollama",
|
package/dist/index.js
CHANGED
|
@@ -1019,10 +1019,15 @@ function geoBoundingBox(field, bounds, boost) {
|
|
|
1019
1019
|
|
|
1020
1020
|
// src/types.ts
|
|
1021
1021
|
var embedderProviders = [
|
|
1022
|
+
"termite",
|
|
1022
1023
|
"ollama",
|
|
1023
1024
|
"gemini",
|
|
1025
|
+
"vertex",
|
|
1024
1026
|
"openai",
|
|
1025
|
-
"
|
|
1027
|
+
"openrouter",
|
|
1028
|
+
"bedrock",
|
|
1029
|
+
"cohere",
|
|
1030
|
+
"mock"
|
|
1026
1031
|
];
|
|
1027
1032
|
var generatorProviders = [
|
|
1028
1033
|
"ollama",
|