@okf/ootils 1.6.1 → 1.6.3
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/node.js +5 -4
- package/dist/node.mjs +5 -4
- package/package.json +1 -1
package/dist/node.js
CHANGED
|
@@ -614,7 +614,8 @@ var init_AIChat = __esm({
|
|
|
614
614
|
},
|
|
615
615
|
content: {
|
|
616
616
|
type: { type: String },
|
|
617
|
-
value: String
|
|
617
|
+
value: String,
|
|
618
|
+
viz: Object
|
|
618
619
|
},
|
|
619
620
|
vectorSearchInfo: {
|
|
620
621
|
chunks: [Annotations_default]
|
|
@@ -1132,7 +1133,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1132
1133
|
concurrency: 10,
|
|
1133
1134
|
// Process 10 jobs at once for chunk processing
|
|
1134
1135
|
limiter: {
|
|
1135
|
-
max:
|
|
1136
|
+
max: 100,
|
|
1136
1137
|
// Max 5 jobs per...
|
|
1137
1138
|
duration: 6e4
|
|
1138
1139
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1179,7 +1180,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1179
1180
|
workerConfig: {
|
|
1180
1181
|
concurrency: 1,
|
|
1181
1182
|
limiter: {
|
|
1182
|
-
max:
|
|
1183
|
+
max: 100,
|
|
1183
1184
|
// Max 50 jobs per...
|
|
1184
1185
|
duration: 6e4
|
|
1185
1186
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1225,7 +1226,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1225
1226
|
workerConfig: {
|
|
1226
1227
|
concurrency: 1,
|
|
1227
1228
|
limiter: {
|
|
1228
|
-
max:
|
|
1229
|
+
max: 100,
|
|
1229
1230
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1230
1231
|
duration: 6e4
|
|
1231
1232
|
// ...60 seconds (higher throughput for chunking)
|
package/dist/node.mjs
CHANGED
|
@@ -619,7 +619,8 @@ var init_AIChat = __esm({
|
|
|
619
619
|
},
|
|
620
620
|
content: {
|
|
621
621
|
type: { type: String },
|
|
622
|
-
value: String
|
|
622
|
+
value: String,
|
|
623
|
+
viz: Object
|
|
623
624
|
},
|
|
624
625
|
vectorSearchInfo: {
|
|
625
626
|
chunks: [Annotations_default]
|
|
@@ -1137,7 +1138,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1137
1138
|
concurrency: 10,
|
|
1138
1139
|
// Process 10 jobs at once for chunk processing
|
|
1139
1140
|
limiter: {
|
|
1140
|
-
max:
|
|
1141
|
+
max: 100,
|
|
1141
1142
|
// Max 5 jobs per...
|
|
1142
1143
|
duration: 6e4
|
|
1143
1144
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1184,7 +1185,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1184
1185
|
workerConfig: {
|
|
1185
1186
|
concurrency: 1,
|
|
1186
1187
|
limiter: {
|
|
1187
|
-
max:
|
|
1188
|
+
max: 100,
|
|
1188
1189
|
// Max 50 jobs per...
|
|
1189
1190
|
duration: 6e4
|
|
1190
1191
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1230,7 +1231,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1230
1231
|
workerConfig: {
|
|
1231
1232
|
concurrency: 1,
|
|
1232
1233
|
limiter: {
|
|
1233
|
-
max:
|
|
1234
|
+
max: 100,
|
|
1234
1235
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1235
1236
|
duration: 6e4
|
|
1236
1237
|
// ...60 seconds (higher throughput for chunking)
|