This crate integrates AWS S3Vectors into Rig, allowing you to easily use RAG with AWS' newest offering.
To install this crate, run the following command in a Rust project directory which will add `rig-surrealdb` as a dependency (requires `rig-core` added for intended usage):
```bash
cargo add rig-s3vectors
```
This integration will require that you have an AWS account, although the region does not matter.