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 6a35aab commit 7c5a4a0Copy full SHA for 7c5a4a0
plugins/tool_search/in_mem_embeddings/tests/test_performance.py
@@ -9,7 +9,7 @@
9
10
# Add paths
11
plugin_src = Path(__file__).parent / "src"
12
-core_src = Path(__file__).parent.parent.parent.parent / "core" / "src"
+core_src = Path(__file__).parent.parent.parent.parent.parent / "core" / "src"
13
sys.path.insert(0, str(plugin_src))
14
sys.path.insert(0, str(core_src))
15
0 commit comments