GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

chore: Drop vector indexes before dropping table/database #436

Closed juliaofferman closed 4 months ago

juliaofferman commented 4 months ago

Fixes a bug where we were dropping vector indexes when the connection pool is disposed, which lead to missing vector indexes.

Yuan325 commented 4 months ago

/gcbrun