Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/docs/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ In this example, we'll use the [`psycopg` library](https://www.psycopg.org/) alo
Please make sure the required packages are installed:

```bash
pip install numpy psycopg[binary,pool] pgvector
pip install numpy "psycopg[binary,pool]" pgvector
```

### Step 4.1: Extract common transformations
Expand Down