- Team Sharing: Multiple team members can search the same index
- Application Data: Build apps that manage per-user indexes in S3
Prerequisites
- Node.js 18+
- Augment API credentials
- AWS credentials with S3 read/write access
- An S3 bucket
Steps
1. Install
2. Set credentials
3. Index to S3
4. Search from S3
Anyone with AWS credentials can now search:Indexes are stored under a
context-connectors/ prefix in your bucket. Include this prefix when searching.Done!
Your index is stored in S3 ats3://my-team-bucket/context-connectors/my-project/. Share the S3 URL with your team.
Also Works With
| Instead of… | Try… |
|---|---|
| AWS S3 | MinIO: set CC_S3_ENDPOINT and CC_S3_FORCE_PATH_STYLE=true |
| AWS S3 | DigitalOcean Spaces, Backblaze B2, Cloudflare R2 (use CC_S3_ENDPOINT) |
| Manual indexing | Auto-index on push with GitHub webhooks |