Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From Natural Language to SQL: Building and Tracking a Multi-Lingual Query Engine #132

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,067 changes: 1,067 additions & 0 deletions website/blog/2024-12-04-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.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading