@carddb/core 0.4.1 → 0.4.2
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 +13 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1336,7 +1336,14 @@ var SCAN_METRICS_FIELDS = `
|
|
|
1336
1336
|
completedJobs
|
|
1337
1337
|
failedJobs
|
|
1338
1338
|
failureRate
|
|
1339
|
+
noMatchCount
|
|
1340
|
+
noMatchRate
|
|
1339
1341
|
averageShortlistSize
|
|
1342
|
+
vectorQueryCount
|
|
1343
|
+
vectorFallbackCount
|
|
1344
|
+
averageVectorCandidates
|
|
1345
|
+
averageVectorQueryMs
|
|
1346
|
+
averageEmbeddingMs
|
|
1340
1347
|
confidenceDistribution
|
|
1341
1348
|
feedback {
|
|
1342
1349
|
total
|
|
@@ -1350,8 +1357,14 @@ var SCAN_METRICS_FIELDS = `
|
|
|
1350
1357
|
jobCount
|
|
1351
1358
|
completedJobs
|
|
1352
1359
|
failedJobs
|
|
1360
|
+
noMatchCount
|
|
1353
1361
|
averageConfidence
|
|
1354
1362
|
averageShortlistSize
|
|
1363
|
+
vectorQueryCount
|
|
1364
|
+
vectorFallbackCount
|
|
1365
|
+
averageVectorCandidates
|
|
1366
|
+
averageVectorQueryMs
|
|
1367
|
+
averageEmbeddingMs
|
|
1355
1368
|
feedbackCount
|
|
1356
1369
|
correctFeedback
|
|
1357
1370
|
correctedFeedback
|