Greetings. I have created multiple RAG corpora in Google cloud using a python script but I can’t locate where these exist within the Google cloud console so that I can manage them. Any pointers on where to find and manage my different RAGS? Thanks
Hi @Davidjensen,
Welcome to Google Cloud Community!
It sounds like you might have created your RAG corpora in Google Cloud Storage, which is a common place for script-generated data. You can check out the Cloud Storage section of the Google Cloud Console to see if they’re stored in any buckets. If you don’t find them there, you could also look into BigQuery or any other databases that your script might be using.
It’s a good idea to double-check the script to confirm where the data is being saved, or if you’re in the correct project/region.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Thanks so much @mcbsalceda ! I appreciate the response. I created the RAGs using the built in tools of Vertex AI from files based in a Google cloud project and directory. Unfortunately I have searched everywhere in the Google cloud console but cannot locate the RAGS. I can however query them using my python script I just can’t figure out where they are being stored in the cloud. Is there a command-line solution to determine their location and their processing status ? Thanks again