mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 08:40:26 +01:00
6 lines
118 B
Python
6 lines
118 B
Python
import os
|
|
|
|
BINARIES_PATHS = [
|
|
os.path.join(os.path.join(LOADER_DIR, '../../'), 'x64/vc14/bin')
|
|
] + BINARIES_PATHS
|