-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Vector Regions managements with vector #117
Comments
As of today validation is done against the serverless list
it is showing up for astra classic
Checking internally there is distinct to be done in serverless and serverless vector. A couple of evolutions are needed. |
./target/astra db list --vector
+-----------------------+--------------------------------------+-----------+-------+---+-----------+
| Name | id | Regions | Cloud | V | Status |
+-----------------------+--------------------------------------+-----------+-------+---+-----------+
| ummo | 581f260a-b26b-46eb-921b-2aa04cf5a41b | us-east1 | gcp | ■ | ACTIVE |
| sdk_java_test_vector | 2597b6f6-c2a9-4dc2-aef8-b9fe840848cc | us-east1 | gcp | ■ | ACTIVE |
| astra_cli_vector_test | 8d0b1ca1-b08d-4da9-8838-1e5694b6e446 | us-east1 | gcp | ■ | ACTIVE |
+-----------------------+--------------------------------------+-----------+-------+---+-----------+
./target/astra db list-regions-serverless
+-----------------+-------------------------+---------------------------------------+
| Cloud Provider | Region | Full Name |
+-----------------+-------------------------+---------------------------------------+
| aws | ap-east-1 | Asia Pacific (Hong Kong) |
| aws | ap-south-1 | Asia Pacific (Mumbai) |
| aws | ap-southeast-1 | Asia Pacific (Singapore) |
| aws | ap-southeast-2 | Asia Pacific (Sydney) |
| aws | eu-central-1 | Europe (Frankfurt) |
| aws | eu-west-1 | Europe (Ireland) |
| aws | eu-west-2 | Europe (London) |
| aws | me-central-1 | Middle East (UAE) |
| aws | sa-east-1 | South America (Sao Paulo) |
| aws | us-east-1 | US East (N. Virginia) |
| aws | us-east-2 | US East (Ohio) |
| aws | us-west-2 | US West (Oregon) |
| azure | australiaeast | Australia East |
| azure | canadacentral | Canada Central (Toronto) |
| azure | centralindia | Central India (Pune) |
| azure | eastus | US East |
| azure | eastus2 | US East 2 (Virginia) |
| azure | francecentral | France Central |
| azure | westeurope | West Europe |
| azure | westus2 | US West (Washington) |
| azure | westus3 | US West 3 |
| gcp | asia-northeast1 | Asia Northeast1 (Tokyo, Japan) |
| gcp | asia-south1 | Mumbai, India |
| gcp | australia-southeast1 | Sydney, Australia, APAC |
| gcp | europe-west1 | St. Ghislain, Belgium |
| gcp | europe-west2 | West Europe2 (London, England, UK) |
| gcp | europe-west3 | West Europe3 (Frankfurt, Germany) |
| gcp | europe-west4 | West Europe4 (Eemshaven, Netherlands) |
| gcp | northamerica-northeast1 | Montreal, Quebec |
| gcp | northamerica-northeast2 | Toronto, Ontario |
| gcp | us-central1 | Council Bluffs, Iowa |
| gcp (free-tier) | us-east1 | Moncks Corner, South Carolina |
| gcp | us-east4 | Ashburn, Virginia |
| gcp | us-west1 | The Dalles, Oregon |
| gcp | us-west4 | US West (Las Vegas, USA) |
+-----------------+-------------------------+---------------------------------------+
./target/astra db list-regions-vector
+-----------------+---------------------+-------------------------------+
| Cloud Provider | Region | Full Name |
+-----------------+---------------------+-------------------------------+
| aws | ap-south-1 | Asia Pacific (Mumbai) |
| aws | us-east-2 | US East (Ohio) |
| azure | westus3 | US West 3 |
| gcp (free-tier) | us-east1 | Moncks Corner, South Carolina |
+-----------------+---------------------+-------------------------------+
./target/astra db create db_vector -r westus3 -c azure --vector
[INFO] Database 'db_vector' does not exist. Creating database 'db_vector' with keyspace 'default_keyspace'
get CLoud provider
[INFO] Enabling vector search for database db_vector |
Describe the bug
Azure
westus3
region is not recognized in commands likeastra db create-dotenv
.I've a database (vector flavor) in production (https://astra.datastax.com) in Azure westus3 region,
This can be seen even when invoking the
list
operation:To Reproduce
Steps to reproduce the behavior:
FWIW, I'm using an
Organization Administrator
based token.Now, when you execute
Expected behavior
It should have clearly created an env file for me.
Screenshots
See bug description above.
Desktop (please complete the following information):
macOS
13.5.1
Additional context
Hunch is that the DevOps API isn't returning this region, but unsure how to confirm.
The text was updated successfully, but these errors were encountered: