mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
[SECRT-1809: \[Bug\] Searching for blocks Error: ERROR: type "vector" does not exist](https://linear.app/autogpt/issue/SECRT-1809) ### Changes 🏗️ Add a migration that: 1. Moves the `vector` extension to the `extensions` schema (which is in the default postgres search path) 2. Amend the DB's default search path to include the app DB schema, `platform` in our case ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - CI must pass - [x] Verify locally as far as possible that this will work