Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/_tutorials/pgvector-recommendation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't approve if the repository is not up-to-date

```

2. Create the application on Scalingo:
Expand All @@ -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)
```
Expand Down