Skip to main content
Experimental API - Context Connectors is experimental and subject to breaking changes.
S3 storage enables two key use cases:
  • 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

You should see:

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 at s3://my-team-bucket/context-connectors/my-project/. Share the S3 URL with your team.

Also Works With