We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e1caf commit fb53f18Copy full SHA for fb53f18
notebooks/misc/test_few_shot_extraction.ipynb
@@ -52,7 +52,7 @@
52
"os.environ['ROOT_DIR'] = f\"{ROOTDIR}/\"\n",
53
"\n",
54
"# Add the idp_common package to the path\n",
55
- "sys.path.insert(0, '{ROOTDIR}/lib/idp_common_pkg')\n",
+ "sys.path.insert(0, f'{ROOTDIR}/lib/idp_common_pkg')\n",
56
57
"from idp_common.extraction.service import ExtractionService"
58
]
0 commit comments