isayahc's picture
attempt to use rag_config
992dc29 unverified
raw
history blame contribute delete
194 Bytes
import sys
from pathlib import Path
# Add the project root to the Python path
project_root = str(Path(__file__).parent.parent)
if project_root not in sys.path:
sys.path.append(project_root)