Want to learn more about AI/ML concepts? Check out more episodes of Real Terms for AI. → goo.gle/AIwordsExplained
@dheer2112 ай бұрын
Beautifully explained thank you so much
@gihankarunarathne5852 ай бұрын
Really good explanation for beginners!
@banzai3162 ай бұрын
Very timely, good reference! Been trying to optimize size of the embeddings or use 16-bit integer math
@mohamedkarim-p7j2 ай бұрын
Thank for sharing👍
@achen942 ай бұрын
Can you do a video on how to build a RAG app in Google cloud? I've seen a few of these videos and they are good but don't explain the process of building a rag app on Google cloud. For example, you have the embeddings API which can generate text embeddings of your query, then you have vector search which can find the closest related answer with semantic meaning. But what's next? How do you integrate these directly with LLMs to complete the experience?