Search code examples
cassandradatastax-astraastradb

Unable to see Connect tab in Astra DB


While I am trying to connect the Document API with my database in DataStax AstraDB, there is no "Connect" tab appearing where I can link my database to the Document API. I am new to this; is there anything I am missing?


Solution

  • I believe you're referring to this tab on the Astra DB dashboard:

    enter image description here

    The Connect tab is only available on "standard" Astra databases. It is not available on vector databases (tagged with the purple "Vector" pill):

    enter image description here

    Note that the Document API is a legacy interface that has been replaced by the Data API clients on Astra Vector databases. If you are building new applications, we recommend that you use the new Data API since the older Stargate APIs have been deprecated. Cheers!