Customer support bot with OpenAI's Swarm Agent 💡This is a community blog by Prashant Kumar Difference between an assistant and a Swarm Agent- an assistant is a simple sequential program without function
Practical introduction to Late Chunking or Chunked Pooling 💡This is a community blog by Mahesh Deshwal Improved Contextual Retrieval over large Documents for RAG applications The pronoun is the King (or Queen), and
Zero shot image classification with vector search 💡This is community post by Vipul Maheshwari This post covers the concept of zero-shot image classification with an example. It is the process where a
Movie recommendation system using Doc2Vec and genre classification This is a LanceDB community blog post written by "Vipul Maheshwari". This article provides a comprehensive guide on creating a movie recommendation system
Practical introduction to Adaptive-RAG Traditional LLMs provide answers based on a fixed knowledge database on which they are trained. This limits their ability to respond with current or specific
Chunking techniques with Langchain and LlamaIndex In our last blog, we talked about chunking and why it is necessary for processing data through LLMs. We covered some simple techniques to perform