Remove MPI_PROJECT_ROOT mentions

This commit is contained in:
iacore
2026-07-14 11:22:54 +08:00
parent eaa5e0bf4b
commit 8bf19a8d18
5 changed files with 17 additions and 14 deletions
@@ -8,7 +8,7 @@ Import directly in `execute_code` scripts — no subprocess, no server, no text
```python
import sys
sys.path.insert(0, '$MPI_PROJECT_ROOT/terms-search')
sys.path.insert(0, 'toolkit/terms-database')
from search import search
results = search("三级修学", limit=5)
@@ -20,7 +20,7 @@ results = search("空性", loc="心经", src="DoT定稿", limit=5)
```python
import sys
sys.path.insert(0, '$MPI_PROJECT_ROOT/terms-search')
sys.path.insert(0, 'toolkit/terms-database')
from search import search
terms = ["三无漏学", "八步三禅", "闻思修", ...]