GCP eu-west-1 not working

The documentation says you allow GCP eu-west-1 region: Understanding indexes

However when I create an index there I get an error.

client.create_index(
name=‘wiki’,
metric=‘cosine’,
dimension=512,
spec=ServerlessSpec(
cloud=‘gcp’,
region=‘eu-west-1’,
)
)

HTTP response body: {“error”:{“code”:“NOT_FOUND”,“message”:“Resource cloud: GCP region: eu-west-1 not found”},“status”:404}

Serverless is only supported in aws us-west-2 at this time. We’ll continue to roll out serverless in new regions and clouds.

Hey @gdj0nes ! Any idea on the timeframe serverless might be available in EU zones?

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.