Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ if not os.path.exists("qdrant_data"):
|
|
9 |
os.makedirs("qdrant_data")
|
10 |
|
11 |
# === Step 2: Load dataset ===
|
12 |
-
data = pd.read_csv("math_dataset(2).csv") # Ensure this CSV is present and formatted correctly
|
13 |
|
14 |
# === Step 3: Encode questions ===
|
15 |
embedding_model = SentenceTransformer("intfloat/e5-large")
|
|
|
9 |
os.makedirs("qdrant_data")
|
10 |
|
11 |
# === Step 2: Load dataset ===
|
12 |
+
data = pd.read_csv("math_dataset (2).csv") # Ensure this CSV is present and formatted correctly
|
13 |
|
14 |
# === Step 3: Encode questions ===
|
15 |
embedding_model = SentenceTransformer("intfloat/e5-large")
|