Currently Vectorize always shows as an available remote storage, even if no indexes are configured as vectorize: {} is always on the manifest. This PR adds logic to ensure there's actually Vectorize indexes within vectorize: {} before showing Vectorize in remote storage, and ensures that Vectorize is enabled locally.
Currently Vectorize always shows as an available remote storage, even if no indexes are configured as
vectorize: {}
is always on the manifest. This PR adds logic to ensure there's actually Vectorize indexes withinvectorize: {}
before showing Vectorize in remote storage, and ensures that Vectorize is enabled locally.