Installation
🖥️ System Requirements
CocoIndex is supported on the following operating systems:
- macOS: 10.12+ on x86_64, 11.0+ on arm64
- Linux: x86_64 or arm64, glibc 2.28+ (e.g., Debian 10+, Ubuntu 18.10+, Fedora 29+, CentOS/RHEL 8+)
- Windows: 10+ on x86_64
🐍 Install Python and Pip
To follow the steps in this guide, you'll need:
🌴 Install CocoIndex
pip install -U cocoindex
📦 Install Postgres
You can skip this step if you already have a Postgres database with pgvector extension installed.
If you don't have a Postgres database:
- Install Docker Compose 🐳.
- Start a Postgres SQL database for cocoindex using our docker compose config:
docker compose -f <(curl -L https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/postgres.yaml) up -d
🎉 All set!
You can now start using CocoIndex.