Generative AI Playlist

RAG [ Retrieval-Augmented Generation ] with AWS Bedrock and Qdrant in 8 minutes
Search for a command to run...

RAG [ Retrieval-Augmented Generation ] with AWS Bedrock and Qdrant in 8 minutes
No comments yet. Be the first to comment.
Business Requirement I am a student and I want answers from my textbooks easily so that I can understand the subject better. Goal Understand Vector Database Understand RAG Understand how to product

From the TensorFlow documentation word embeddings documentation Word embeddings give us a way to use an efficient, dense representation in which similar words have a similar encoding. Importantly, you do not have to specify this encoding by hand. An...

Business Problem User queries cannot be answered satisfactorily using a single source. We can use a very effective technique called RAG( Retrieval Augmented Generation) for getting the results from a rich context and sending it to a LLM( Large Langua...

Hackathons and Community Building

In this blog, we would be doing question and answering on a news data feed. The blog has 2 parts Conceptual Implementation details which comes as expected with code as well as the full code link Please feel free to choose both or at lea...
