@IsabelleDeBacker
Software engineer, Complex Systems, AI, lifelong learner
Nothing here yet.
Nothing here yet.
Code available to run on Colab: https://gist.github.com/IsisChameleon/dae06d3d99e26e083345a32466e5e417 including Conversational agent using Langchain React agent Langchain agent with a llama_index retriever Simple Agents Chains are statically de...

Part 1 - Chains LLM Chains are used to statically link multiple LLM interactions to build complex functionality. The Langchain Python library provides a wrapper to connect LLMs and tools from different providers. The code of this blog is available he...

Summary In this post, we implement an application of the Retrieval Augmented Workflow to create a bot that answers questions on the NDIS Price Guide. This is one way to leverage the capability of LLMs on data they haven't been trained on. The code is...
