Published onMay 16, 2024Is your data more or less important in the age of LLMs?llmdataLLMs promise high levels of performance without the need for task specific training, but that doesn't mean that custom datasets are unnecessary.
Published onMay 3, 2024How to Deploy Bedrock Agents using AWS CDKllmagentsbedrockLast week a bedrock agent was deployed manually in AWS Console. Let's now do it the smart way, with Infrastructure as Code using AWS CDK
Published onApril 26, 2024AI Agents with AWS Bedrock (Claude-3 Haiku LLM)llmagentsbedrockA few weeks ago, I used Google's Gemini LLM for function calling. let's see how it works with AWS Bedrock and Anthropic's Claude
Published onMarch 25, 2024Function Calling with Google's Gemini LLMllmagentsgeminiWhen you need an LLM to access new information, LLM function calling is here to help. Let's explore how to use the Gemini function calling to access real information.
Published onMarch 15, 2024Langchain: An Overview of my Experience with the LLM FrameworkllmraglangchainLangchain seems to be a popular choice for developing LLM applications, but when extending it beyond basic use cases, issues emerge.