From c7b4630476b8a7f99650e74e77e6d2d5b7d242d7 Mon Sep 17 00:00:00 2001 From: SC-Samir Date: Fri, 24 Jul 2026 11:50:12 +0200 Subject: [PATCH] switch to scalingo-labs --- src/_tutorials/pgvector-recommendation/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_tutorials/pgvector-recommendation/index.md b/src/_tutorials/pgvector-recommendation/index.md index a331cd5cc..642d1b7b5 100644 --- a/src/_tutorials/pgvector-recommendation/index.md +++ b/src/_tutorials/pgvector-recommendation/index.md @@ -5,7 +5,7 @@ category: ai products: - Scalingo for PostgreSQLĀ® permalink: /tutorials/pgvector-recommendation -modified_at: 2026-03-06 +modified_at: 2026-07-24 --- Recommendation systems are widely used in modern applications to suggest @@ -45,8 +45,8 @@ The recommendation workflow follows these steps: 1. Clone our repository: ```bash - git clone https://github.com/Scalingo/filmreco - cd filmreco + git clone https://github.com/Scalingo/scalingo-labs + cd scalingo-labs/filmrecommendation ``` 2. Create the application on Scalingo: @@ -61,8 +61,8 @@ The recommendation workflow follows these steps: ```bash git remote -v - origin https://github.com/Scalingo/filmreco (fetch) - origin https://github.com/Scalingo/filmreco (push) + origin https://github.com/Scalingo/scalingo-labs (fetch) + origin https://github.com/Scalingo/scalingo-labs (push) scalingo git@ssh.osc-fr1.scalingo.com:my-filmreco.git (fetch) scalingo git@ssh.osc-fr1.scalingo.com:my-filmreco.git (push) ```