Anyone successfully tested and used Vertex AI Studio grounded with Vertex AI Search?
I’m stumbling at the UI which asks for the path to the Vertex AI data store. It gives the pattern:
projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
Unfortunately, there doesn’t seem to be a validation on whether the datastore was found or not. I can enter an incorrect path and the UI will silently accept it.
Them when I test a prompt asking about grounding information, I’ll get a response that it doesn’t have access, and I won’t know if it’s because I entered the wrong path or of there’s just no way to ask about grounding information.
There doesn’t seem to be a gcloud cli command to get the canonical path (no gcloud discoveryengine?).
My datastore is a GCS bucket with 5 test html files. I created a Vertex AI search engine, connector, and datastore. The Search engine test UI can retrieve information from the grounding documents.
Anyone else debugged this situation?