Skip to content

Commit 5fb8296

Browse files
authored
Merge pull request jaybaird#20 from whylabs/minor_change
Adding an import with the regex module
2 parents 4329a1e + 5149b79 commit 5fb8296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langkit/examples/Logging_Text.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"import whylogs as why\n",
2929
"from langkit.sentiment import *\n",
3030
"from langkit.textstat import *\n",
31+
"from langkit.regexes import *\n",
3132
"\n",
3233
"text_schema = DeclarativeSchema(generate_udf_schema())\n",
3334
"results = why.log({\"prompt\": \"hello!\", \"response\": \"world!\"}, schema=text_schema)"

0 commit comments

Comments
 (0)