Skip to content

Commit

Permalink
From Natural Language to SQL: Building and Tracking a Multi-Lingual Q…
Browse files Browse the repository at this point in the history
…uery Engine (#132)

Signed-off-by: Ben Wilson <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Ben Wilson <[email protected]>
Co-authored-by: Ben Wilson <[email protected]>
  • Loading branch information
4 people authored Jan 23, 2025
1 parent 6917b65 commit cc0b564
Show file tree
Hide file tree
Showing 7 changed files with 1,393 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.
1,365 changes: 1,365 additions & 0 deletions website/blog/2025-01-23-from-natural-language-to-sql/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.
28 changes: 28 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,34 @@ 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: "2025-01-23",
thumbnail: "/img/blog/from-natural-language-to-sql.png",
},
{
title: "MLflow Tracing in Jupyter Notebooks",
path: "/blog/mlflow-tracing-in-jupyter",
Expand Down
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 cc0b564

Please sign in to comment.