Update update_embeddings.py
Browse files- update_embeddings.py +1 -1
update_embeddings.py
CHANGED
@@ -30,7 +30,7 @@ start = time()
|
|
30 |
# Configuration
|
31 |
|
32 |
# Get current year
|
33 |
-
year = str(
|
34 |
|
35 |
# Flag to force download and conversion even if files already exist
|
36 |
FORCE = True
|
|
|
30 |
# Configuration
|
31 |
|
32 |
# Get current year
|
33 |
+
year = str(2024)
|
34 |
|
35 |
# Flag to force download and conversion even if files already exist
|
36 |
FORCE = True
|