Refactor file paths and update content handling in ChromaManager; enhance compliance prompts in MarketingAssistant

This commit is contained in:
2025-03-17 22:31:51 +00:00
parent daf09de530
commit 8ca2feacf9
7 changed files with 424 additions and 39 deletions
+1 -1
View File
@@ -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"