• Dynamic RAG with Langchain and Langserve

    May 15, 2024

    What do you mean dynamic? Most tutorials I've seen online to load documents into a relevant vector store do so from a document directory at the very start of the process. They take a number of documents already available, which might not always be the case when you're not sure what context your…

  • Cherry Picking in Git

    Git's cherry pick

    May 2, 2024

    DISCLAIMER: I do not condone the frequent usage of this command. But I do believe it has helped me get out of sticky situations way more than I'd like to admit Why cherry-pick? Imagine you've been asked to deliver on a feature, a particular business requirement. You forked a branch from the master…