Spaces:
Paused
Paused
Update configure.py
Browse files- configure.py +2 -1
configure.py
CHANGED
|
@@ -44,7 +44,8 @@ def llm_prompt():
|
|
| 44 |
|
| 45 |
# Paths
|
| 46 |
USER_DATA_PATH = "/home/surajracha/sameer/thon/user_data.json"
|
| 47 |
-
RAG_BASE_DIRECTORY = "/workspaces/codespaces-blank/Vidur_chat_bot/all_content"
|
|
|
|
| 48 |
RAG_CATEGORIES = ["Ayurveda", "Lifestyle", "psychology", "Yoga", "Mental_health"]
|
| 49 |
|
| 50 |
# Prompt templates
|
|
|
|
| 44 |
|
| 45 |
# Paths
|
| 46 |
USER_DATA_PATH = "/home/surajracha/sameer/thon/user_data.json"
|
| 47 |
+
# RAG_BASE_DIRECTORY = "/workspaces/codespaces-blank/Vidur_chat_bot/all_content"
|
| 48 |
+
RAG_BASE_DIRECTORY = "all_content"
|
| 49 |
RAG_CATEGORIES = ["Ayurveda", "Lifestyle", "psychology", "Yoga", "Mental_health"]
|
| 50 |
|
| 51 |
# Prompt templates
|