Refactor file paths and update content handling in ChromaManager; enhance compliance prompts in MarketingAssistant
This commit is contained in:
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
|
||||
# Base directory configuration
|
||||
#BASE_DIR = Path(__file__).resolve().parent
|
||||
BASE_DIR = Path("/home/kowshik/work/ds_tjc")
|
||||
BASE_DIR = Path("/root/ds_tjc")
|
||||
|
||||
# Data directories
|
||||
UPLOAD_DIR = BASE_DIR / "marketing_data"
|
||||
|
||||
Reference in New Issue
Block a user