Place where I write about stuff

Bits and bytes

Create a Question answering bot for Slack on your data, that you can run locally

There has been a lot of buzz around AI, Langchain, and the possibilities they offer nowadays. In this blog post, I will delve into the process of creating a small assistant for yourself or your team on Slack. This assistant will be able to provide answers related to your documentation. The problem I work at Spectro Cloud, and we have an exciting open source project called Kairos (check it out at https://kairos.

Question Answering on Documents locally with LangChain, LocalAI, Chroma, and GPT4All

Have you ever dreamed of building AI-native applications that can leverage the power of large language models (LLMs) without relying on expensive cloud services or complex infrastructure? If so, you’re not alone. Many developers are looking for ways to create and deploy AI-powered solutions that are fast, flexible, and cost-effective, or just experiment locally. In this blog post, I’m going to show you how you can use three amazing tools and a language model like gpt4all to : LangChain, LocalAI, and Chroma.