bruno/memori-engine/NLP/Computes the similarity between a reference and a comparison sentences-.bru
2024-07-16 11:15:30 +03:00

25 lines
387 B
Plaintext

meta {
name: Computes the similarity between a reference and a comparison sentences-
type: http
seq: 4
}
post {
url: https://engine.memori.ai/memori/v2/ComputeSimilarity/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"referenceText": "",
"referenceTextType": "",
"comparisonText": "",
"comparisonTextType": ""
}
}