fix(scripts): make trigger_reindex.py path-agnostic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, '/app')
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from deps import get_db, get_qdrant_client
|
||||
from config import get_settings
|
||||
|
||||
Reference in New Issue
Block a user