Update create_embeddings_together
Browse files
create_embeddings_together
CHANGED
@@ -10,8 +10,8 @@ from together import Together
|
|
10 |
load_dotenv()
|
11 |
|
12 |
# Define file paths as constants
|
13 |
-
API_FILE_PATH = r"
|
14 |
-
COURSES_FILE_PATH = r"
|
15 |
|
16 |
def load_api_keys(api_file_path):
|
17 |
"""Loads API keys from a YAML file."""
|
|
|
10 |
load_dotenv()
|
11 |
|
12 |
# Define file paths as constants
|
13 |
+
API_FILE_PATH = r"API.yml"
|
14 |
+
COURSES_FILE_PATH = r"courses.json"
|
15 |
|
16 |
def load_api_keys(api_file_path):
|
17 |
"""Loads API keys from a YAML file."""
|