Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you're new to CocoIndex 🤗, we recommend checking out the 📖 [Documentati
1. Install CocoIndex Python library

```bash
pip install cocoindex
pip install -U cocoindex
```

2. Setup Postgres with pgvector extension; or bring up a Postgres database using docker compose:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To follow the steps in this guide, you'll need:

## 🌴 Install CocoIndex
```bash
pip install cocoindex
pip install -U cocoindex
```

## 📦 Install Postgres
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We'll need to install a bunch of dependencies for this project.
1. Install CocoIndex:

```bash
pip install cocoindex
pip install -U cocoindex
```

2. You can skip this step if you already have a Postgres database with pgvector extension installed.
Expand Down