bruno/memori-engine/NLP/Computes the similarity between a reference and a comparison sentences-.bru

25 lines
387 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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": ""
}
}