Skip to content

Commit

Permalink
Add LlamaIndex Workflow blog (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
  • Loading branch information
B-Step62 authored Oct 24, 2024
1 parent b48522e commit a6f57aa
Show file tree
Hide file tree
Showing 12 changed files with 461 additions and 0 deletions.
440 changes: 440 additions & 0 deletions website/blog/2024-10-25-llama-index-workflow/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.
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.
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 @@ -103,3 +103,9 @@ awadelrahman-ahmed:
title: MLflow Ambassador | Cloud Data & Analytics Architect at REMA 1000
url: https://www.linkedin.com/in/awadelrahman/
image_url: /img/authors/awadelrahman_ahmed.png

yuki-watanabe:
name: Yuki Watanabe
title: Software Engineer at Databricks
url: https://www.linkedin.com/in/yuki-watanabe-a04528164/
image_url: /img/authors/yuki_watanabe.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: "Building Advanced RAG with MLflow and LlamaIndex Workflow",
path: "/blog/mlflow-llama-index-workflow",
tags: ["genai", "mlops", "mlflow-evaluate"],
authors: [
{
name: "Yuki Watanabe",
title: "Software Engineer at Databricks",
url: "https://www.linkedin.com/in/yuki-watanabe-a04528164/",
image_url: "/img/authors/yuki_watanabe.png",
},
],
date: "2024-10-25",
thumbnail: "/img/blog/llama-index-thumbnail.png",
},
{
title: "LLM as judge",
path: "/blog/llm-as-judge",
Expand Down
Binary file added website/static/img/authors/yuki_watanabe.png
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.

0 comments on commit a6f57aa

Please sign in to comment.