feat: OCR independent chunks + TMDb seed with file_uuid
- Rule 1 now creates OCR-only chunks instead of merging into ASRX - generate_seed_embeddings.py supports --file-uuid parameter - get_seeds() filters by file_uuid - identity_matcher.py uses file_uuid for seed matching - Push QDRANT_API_KEY to Python subprocesses - Face clustering uses frame+bbox matching instead of face_id - Portal uses JWT authentication - FilesView filter logic fixed
This commit is contained in:
@@ -12,6 +12,9 @@ export MOMENTRY_OUTPUT_DIR=/Users/accusys/momentry/output
|
||||
export DATABASE_SCHEMA=public
|
||||
export MOMENTRY_REDIS_PREFIX=momentry:
|
||||
export MOMENTRY_SERVER_PORT=3002
|
||||
# Qdrant credentials for Python subprocesses
|
||||
export QDRANT_URL=http://127.0.0.1:6333
|
||||
export QDRANT_API_KEY=Test3200Test3200Test3200
|
||||
|
||||
# Kill existing server on port 3002
|
||||
PID=$(lsof -ti :3002 2>/dev/null || true)
|
||||
|
||||
Reference in New Issue
Block a user