Update update_embeddings.py
Browse files- update_embeddings.py +1 -0
update_embeddings.py
CHANGED
@@ -18,6 +18,7 @@ tqdm.pandas() # Progress bar for pandas
|
|
18 |
from mixedbread_ai.client import MixedbreadAI # For embedding the text
|
19 |
import numpy as np # For array manipulation
|
20 |
from huggingface_hub import HfApi # To transact with huggingface.co
|
|
|
21 |
|
22 |
################################################################################
|
23 |
# Configuration
|
|
|
18 |
from mixedbread_ai.client import MixedbreadAI # For embedding the text
|
19 |
import numpy as np # For array manipulation
|
20 |
from huggingface_hub import HfApi # To transact with huggingface.co
|
21 |
+
import sys # To quit the script
|
22 |
|
23 |
################################################################################
|
24 |
# Configuration
|