Skip to content

Commit

Permalink
Added blog for Bedrock agent integration with ChatModel (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bali0019 authored Nov 12, 2024
1 parent f94c587 commit 8f375d1
Show file tree
Hide file tree
Showing 11 changed files with 1,359 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,338 changes: 1,338 additions & 0 deletions website/blog/2024-11-07-bedrock-chat-model-part-1/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ yuki-watanabe:
title: Software Engineer at Databricks
url: https://www.linkedin.com/in/yuki-watanabe-a04528164/
image_url: /img/authors/yuki_watanabe.png

jas-bali:
name: Jas Bali
title: Lead Specialist Solutions Architect at Databricks
url: https://www.linkedin.com/in/jas-bali-195ba410a/
image_url: /img/authors/jas_bali.png
15 changes: 15 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ export type Release = {

// Sort by date descending
export const BLOGS: Blog[] = [
{
title: "Using Bedrock Agent as an MLflow ChatModel with Tracing",
path: "/blog/bedrock-chat-model-part-1",
tags: ["genai", "pyfunc", "bedrock", "tracing"],
authors: [
{
name: "Jas Bali",
title: "Lead Specialist Solutions Architect at Databricks",
url: "https://www.linkedin.com/in/jas-bali-195ba410a/",
image_url: "/img/authors/jas_bali.png",
},
],
date: "2024-11-07",
thumbnail: "/img/blog/bedrock-chatmodel.png",
},
{
title: "Building Advanced RAG with MLflow and LlamaIndex Workflow",
path: "/blog/mlflow-llama-index-workflow",
Expand Down
Binary file added website/static/img/authors/jas_bali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/blog/bedrock-chatmodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f375d1

Please sign in to comment.