rig-s3vectors 0.2.3

AWS S3Vectors vector store implementation for the rig framework
Documentation
1
2
3
4
5
6
7
8
9
10
# Rig AWS S3Vectors integration
This crate integrates AWS S3Vectors into Rig, allowing you to easily use RAG with AWS' newest offering.

## Installation
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.