BitFlipperbitflippers.dev·Apr 6, 2024Use GroqDoc and OpenRewrite to write your JavadocIt is important to have Javadoc comments on our Java interfaces so developers know how the interface was intended to be implemented. Lets use OpenRewrite and an LLM to add Javadoc comments to our interfaces! GroqCloud For this blog we have used the G...86 readsopen rewrite
Akriti Upadhyayakritiu.hashnode.dev·Feb 21, 2024How to Build an Advanced AI-Powered Enterprise Content Pipeline Using Mixtral 8x7B and QdrantIntroduction As the digital landscape rapidly evolves, enterprises are facing the challenge of managing and harnessing the exponential growth of data to drive business success. With the expansion of volume and complexity of content, traditional conte...diffbot
Akash Gssgssakash.hashnode.dev·Feb 17, 2024Mixture of Experts : A Highly Efficient Approach for LLMsWhat it is The Mixture of Experts also known as the MoE Model is a form of an ensemble model that has been introduced to improve the accuracy while reducing the amount of computations that are required to be performed by a full-fledged transformer ar...37 readsMachine Learning
pramila jangidpramilajangid.hashnode.dev·Feb 8, 2024Code & No-code Mistral in WindowsHi there everyone, Hope coding is going awesome. In this blog, I am discussing how to run Mistral in your local Windows system. Before that let's understand - What is Mistral ? Why Mistral ? Different versions of models released by Mistral AI? Mistra...MistralAI
Thaddeus Mobleytjmobley.hashnode.dev·Dec 18, 2023Taking Control of AI: Running LLMs on Your Local Machine 🚀💻Hey there, fellow tech enthusiasts! You've likely heard the constant hum about the latest generative AI tools – ChatGPT, Bard, Claude, and more. These cutting-edge tools all share a common backbone: Large Language Models (LLMs). If you've dabbled in ...2.1K reads#localllm
Stephen Collinssteve555.hashnode.dev·Dec 16, 2023How to Supercharge Chatbots with Mixtral 8x7B and Vector SearchThe introduction of Large Language Models (LLMs) like Mistral AI's Mixtral 8x7B marks a new era in chatbot technology, where these systems do more than just answer questions - they understand and interpret them with unparalleled depth. A crucial aspe...MistralAI