Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Dec 23, 2024
1 parent abfd167 commit 00db0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ENCODER/BP/AnalyzeTextProcess.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Method AnalyzeText(text As %String, analysisId As %String, language As %String)
analyzedText = response.json()

model = sentence_transformers.SentenceTransformer('/iris-shared/model/')
phrases = analyzedText['response'].replace('"',"").split(",")
phrases = analyzedText['response'].split(",")
sqlsentence = ""
# iris.cls("Ens.Util.Log").LogInfo("ENCODER.BP.AnalyzeTextProcess", "AnalyzeText", "Starting process")
for phraseToAnalyze in phrases :
Expand Down

0 comments on commit 00db0d1

Please sign in to comment.