Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,8 +92,8 @@ def create_serverless_index(pc, index_name):
|
|
| 92 |
metric="cosine",
|
| 93 |
spec={
|
| 94 |
"serverless": {
|
| 95 |
-
|
| 96 |
-
|
| 97 |
}
|
| 98 |
}
|
| 99 |
)
|
|
|
|
| 92 |
metric="cosine",
|
| 93 |
spec={
|
| 94 |
"serverless": {
|
| 95 |
+
cloud='gcp', # ✅ Use GCP for Free Tier
|
| 96 |
+
region='us-central1' # ✅ Free Tier supported region
|
| 97 |
}
|
| 98 |
}
|
| 99 |
)
|