I tried to set up a data store with Vertex AI Search, but I always get an error message saying that the data store cannot be found.
The data store path is something like this:
projects/my-project-id-7352370225/locations/global/collections/default_collection/dataStores/my-data-store-collection_1647682765492
And the error I get:
DataStore projects/16242631679/locations/global/collections/default_collection/dataStores/my-data-store-collection_1647682765492 not found.
In the error message it somehow replaces the project-id with the project number. I have no clue why ![]()
I used the Vertex AI Studio and the Nodejs package (“@google/genai”: “^1.19.0”) → same error
Models tested: 2.5-pro and 2.5-flash