How to use LangChain and MapReduce to Classify Text Using an LLM
In this post, I will walk through how to use the MapReduce algorithm with LangChain to recursively analyze a large set of text data to generate a set of ‘topics’…
8201 164th Avenue NE, Suite 200
Redmond, WA, 98052
655 Montgomery Street, 7th Floor
San Francisco, CA, 94111
18 West 18th St
New York, NY, 10011
In this post, I will walk through how to use the MapReduce algorithm with LangChain to recursively analyze a large set of text data to generate a set of ‘topics’…
A few weeks ago, I set out on a quest to demonstrate the potential of generative AI to autonomously create content for a well-established, long-running, formerly human-authored Twitter feed. Simply…
In this post, I will outline how to create a very simple Twitter bot (or is it now an X-bot?) that automatically posts pre-written Twitter content from a Google Sheet…
One significant limitation of ChatGPT is its inability to pull data from current information or third-party systems on the Internet. ChatGPT, in its default state, can only generate answers based…
The ChatGPT API is a powerful tool that provides developers access to OpenAI’s advanced language model, ChatGPT. ChatGPT, powered by OpenAI’s GPT-3.5-turbo, is a cutting-edge AI model that enables users…
Non-Fungible Tokens, or NFTs, are controlled by a standard on-chain smart contract called ERC-721. Typically, an on-chain ERC-721 contract generates token IDs by associating each token ID with a URL…
Smart contracts are pieces of software living on the blockchain, isolated from the external off-chain world – unlike Web2 applications, they cannot make HTTP requests to directly fetch data from…
When designing your web application, whether a Web2 app or a Web3 Dapp, restricting undesired access to crucial functionalities by configuring user access control and permission keeps these products safe.…
Smart contracts and their derivatives are essential components of the Web3 space – for businesses offering a product powered by Ethereum, knowing how to create a smart contract will be…
Smart Contracts refer to immutable pieces of code that live on the Ethereum blockchain. Once you deploy a contract, you cannot update it to fix a security breach – so…
At Blue Label Labs, we use ReactJS as our primary tool for building modern web apps and generally host them on Amazon Web Services. The neat thing about a ReactJS…
In programming, modifiers are keywords that enable you to restrict access to a piece of code, be it a class, function or other data construct. Though there are several programming…
Apple does a lot of things right in their app development experience, but when it comes to application signing and distribution, the Apple developer experience has been a confusing mess…
Finding a developer to build your app in 2022 is a broad idea that ultimately requires a collection of different skillsets relative to the scope of a project. Every app…
Updated on 02/15/22 If you are about to embark on a mobile project, get ready to hear the term “prioritization” thrown at you endlessly – if you’re new to digital…
Like many other Ethereum developers, the developers at Blue Label Labs‘ fledgling Ethereum development division have come to rely on OpenZeppelin extensively in most of our ERC-20 and ERC-721 development.…
At Blue Label Labs, we have standardized our mobile app development to use React Native for both Android and iOS builds. As part of our build workflow, we leverage Bitrise…
The web-based Remix IDE is the go-to development editor for those looking to develop and test remix Ethereum contracts. However, while Remix is an excellent tool for developing Ethereum contracts,…
A frustrating issue that I’ve run into with using the Celigo iPaaS tool for syncing data from Salesforce to a Postgres database is that sometimes the real-time data flow from…
This Part 3 of a 3-part series that walks through the steps of using Amazon CodePipeline and CodeDeploy to automate the deployment of a Node based web service to an…
© 2023 BlueLabel | All Rights Reserved – Total Rating 4.8 out of 5 based on 40+ reviews