generative AI
-
Adding Amazon Bedrock Llama2 as an assistant in Ragna
Nov 16, 2023 | 4 minute read
Adding a new assistant in Ragna Following up from my previous post on Ragna, I wanted to share following the announcement of Meta’s Llama2 13b model availability within Amazon Bedrock, how you can incorporate that. I have also put together a GitHub repo that shares the code, something that I got quite a few questions from the original post. Adding Meta’s Llama2 As with adding Amazon Bedrock’s Anthropic’s Claude support, it was pretty straight forward to modify the original code to add support for Llama2.
-
Unboxing Ragna: Getting hands on and making it to work with Amazon Bedrock
Nov 12, 2023 | 27 minute read
Unboxing Ragna: Getting hands on and making it to work with Amazon Bedrock I am always on the look out for interesting new projects to check out, and this week I came across Ragna, an open source Retrieval Augmented Generation RAG orchestration framework. It is a new project with a committed and active community, so I wanted to find out more about this project. What piqued my interest was reading this blog post, Unveiling Ragna: An Open Source RAG-based AI Orchestration Framework Designed to Scale From Research to Production which takes a look at the background, or as I like to think of it, the “scratch that needed to be itched”.