@superatomai/sdk-node 0.0.46 → 0.0.47
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6619,8 +6619,8 @@ ${errorMsg}
|
|
|
6619
6619
|
userPrompt,
|
|
6620
6620
|
collections,
|
|
6621
6621
|
userId,
|
|
6622
|
-
similarityThreshold: 0.
|
|
6623
|
-
//
|
|
6622
|
+
similarityThreshold: 0.75
|
|
6623
|
+
// 75% threshold
|
|
6624
6624
|
});
|
|
6625
6625
|
if (conversationMatch) {
|
|
6626
6626
|
logger.info(`[${this.getProviderName()}] \u2713 Found matching conversation with ${(conversationMatch.similarity * 100).toFixed(2)}% similarity`);
|