diff --git a/docker/clustering-script/get_clusters.py b/docker/clustering-script/get_clusters.py index 6df3fe8896..160d23f026 100644 --- a/docker/clustering-script/get_clusters.py +++ b/docker/clustering-script/get_clusters.py @@ -8,9 +8,6 @@ import numpy as np from sklearn.cluster import KMeans from scipy.spatial.distance import cosine -import dotenv - -dotenv.load_dotenv() anthropic_client = anthropic.Anthropic()