Update llm_retrieval_conversation_rerank.py
Browse files
llm_retrieval_conversation_rerank.py
CHANGED
@@ -13,8 +13,8 @@ import cohere
|
|
13 |
load_dotenv()
|
14 |
|
15 |
|
16 |
-
API_FILE_PATH = r"
|
17 |
-
COURSES_FILE_PATH = r"
|
18 |
|
19 |
# Global list to store conversation history
|
20 |
conversation_history: List[Dict[str, str]] = []
|
|
|
13 |
load_dotenv()
|
14 |
|
15 |
|
16 |
+
API_FILE_PATH = r"API.yml"
|
17 |
+
COURSES_FILE_PATH = r"courses.json"
|
18 |
|
19 |
# Global list to store conversation history
|
20 |
conversation_history: List[Dict[str, str]] = []
|