Is there a way to see feedback and comments analytics from users in Agent Builder search application?
We have a Search app type in Agent Builder and was wondering if there’s a way to see or export the users’ feedback and comments analytics? We can see the basic search analytics but seeing the feedback and comments would be a plus too.
Create MatchingEngineIndex taking forever
I’m creating an index in VertexAI using the command aiplatform.MatchingEngineIndex.create_tree_ah_index
and it’s taking forever. Still running right now and its’ over an hour. I only have 2000 embeddings in my file which is uploaded to Google Cloud Storage. This command rand fine with ~200 embeddings, so I scaled it up.
How does Vertex AI Search of Agent Builder evalute data index usage when import data from Cloud Storage?
I have created a datastore importing about 2GB of pdf documents from Cloud Storage.
Hybrid search, vertexai vector search
Is it possible to implement hybrid search using vertexai vector search for a RAG application?
If so, how to do this/implement this?