I am trying to allow enable Vector Search for CosmosDB sql accounts. I see that this feature is supported by Azure now, however terraform azurerm does not fully support it. (resources azurerm_cosmosdb_account and azurerm_cosmosdb_sql_container). The azurerm_cosmosdb_account resource allows setting the capabilities block = [‘EnableNoSQLVectorSearch’], however vector_indexes are not a supported block in the indexing_policy of the azurerm_cosmosdb_sql_container resource. If this is the case, how can our teams fully set up vector search through terraform? Is this going to be available soon?Would appreciate any guidance here.
1 Like
Really would love to see some progress on this topic. Can we get some official response? Even if it is just “not planed”? Thanks
I am also waiting for a response on this.
I’m following up regarding the support for vector indexing in Terraform for Cosmos DB containers. I’m currently waiting on this feature as it’s critical for our deployment, and I wanted to check if there’s any estimated timeline or update available.