add vectors
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-03 19:40:39 -05:00
parent 239dfa06a7
commit 1f1ace4217

View File

@@ -252,6 +252,7 @@ postgres-17-cluster:
- "vchord.so" - "vchord.so"
initdb: initdb:
postInitSQL: postInitSQL:
- CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vectors"; - CREATE EXTENSION IF NOT EXISTS "vectors";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;