Is there any good documentation to designing AI/ML apps on GCP? I see that architecting AI/ML apps is way different from designing traditional web, mobile apps. Some of the considerations are
1. RAG vs non-RAG
2. Vector DB or traditional relational DB
3. Choosing the right model /ML framework like Langchain for our use case
4. LLM vs non LLM (not sure if this is correct)
Solved! Go to Solution.
Hi @dheerajpanyam,
Welcome to Google Cloud Community!
Yes, you're right! Designing AI/ML applications requires specific considerations that differ from traditional web and mobile app development. It demands a distinct mindset, prioritizing data preparation, computational efficiency, and model selection.
To design AI/ML apps on Google Cloud Platform, you may want to review the following documentation for in-depth guidance on getting started, training models, and deploying them effectively:
I hope the above information is helpful.
Hi @dheerajpanyam,
Welcome to Google Cloud Community!
Yes, you're right! Designing AI/ML applications requires specific considerations that differ from traditional web and mobile app development. It demands a distinct mindset, prioritizing data preparation, computational efficiency, and model selection.
To design AI/ML apps on Google Cloud Platform, you may want to review the following documentation for in-depth guidance on getting started, training models, and deploying them effectively:
I hope the above information is helpful.