
Getting started with LangChain
April 27, 2023
LangChain is a tool that helps in the creation of applications that want to fit into an existing Large language models (LLMs). While an LLM is good at answer a general question it...
Continue reading
LangChain is a tool that helps in the creation of applications that want to fit into an existing Large language models (LLMs). While an LLM is good at answer a general question it...
Continue reading
Advent of Code 2021 has come to an end. I decided to go with TypeScript on Deno, the same approach as last year, which I think works great for these kinds of puzzles. I didn't mana...
Continue reading
Even though TypeScript have type checking and type safety you can opt out by using the type "any" for a variable or function. This "any" type have both upsides and downsides as des...
Continue reading
I’ve been quite busy the past month attending Advent of Code 2020 and spent a lot of time to do the assignments. Advent of code is a puzzle game that occurs during advent, from Dec...
Continue reading