Skip to content

Commit

Permalink
Add posts entry
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 5, 2024
1 parent e2008d8 commit 3ac4775
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,33 @@ export type Release = {

// Sort by date descending
export const BLOGS: Blog[] = [
{
title: "From Natural Language to SQL: Building and Tracking a Multi-Lingual Query Engine",
path: "/blog/from-natural-language-to-sql",
tags: ["pyfunc", "mlflow", "sql-generator", "models-from-code", "tracing"],
authors: [
{
name: "Hugo Carvalho",
title: "Machine Learning Analyst at adidas",
url: "https://www.linkedin.com/in/hugodscarvalho/",
image_url: "/img/authors/hugo_carvalho.png",
},
{
name: "Joana Ferreira",
title: "Machine Learning Engineer at adidas",
url: "https://www.linkedin.com/in/joanaferreira96/",
image_url: "/img/authors/joana_ferreira.png",
},
{
name: "Rahul Pandey",
title: "Sr. Solutions Architect at adidas",
url: "https://www.linkedin.com/in/rahulpandey1901/",
image_url: "/img/ambassadors/Rahul_Pandey.png",
},
],
date: "2024-12-04",
thumbnail: "/img/blog/from-natural-language-to-sql.png",
},
{
title: "LangGraph with Custom PyFunc",
path: "/blog/mlflow",
Expand Down

0 comments on commit 3ac4775

Please sign in to comment.