How can we upload CSV file into Vertex AI Studio so that the Gemini pro can extract the information from the CSV file and reply my prompt?
I didn't found away to send a CSV file. However, sending the content (as text) as part of the prompt worked for me, I did this way:
https://gist.github.com/AlvarDev/7581dd1e950bd29731c205a6d99e8bca
Are you able to make the CSV file into a datastore? I know that I have used CSV as my knowledge base in Dialogflow CX and Google Playbooks. would that work for you?
I’m working on a conversational agent using the GCP interface (formerly Dialogflow CX) and need assistance with metadata handling.
Context:
I’m creating a data store with 30+ PDFs for one of the agents.
Each PDF file name includes the model name corresponding to the manual.
Issue:
The agent is currently unable to filter and extract information specific to a particular model from the manuals.
Request:
Could someone guide me on how to upload metadata for these unstructured PDFs to data stores enable the agent to perform model-specific filtering and extraction?
Thanks in advance for your help!Is there anyone who has worked on GCP data stores especially with unstructured datasets or GenAI agents?