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}