swiftide-pgvector 0.1.0

A library to use pgvector with Swiftide.
Documentation
# swiftide-pgvector

`swiftide-pgvector` is a Rust library that integrates pgvector with Swiftide, providing an efficient way to use vector operations in PostgreSQL databases for AI and machine learning applications.

## Features

- Seamless integration with Swiftide
- Vector operations in PostgreSQL using pgvector
- Async support with sqlx
- Easy-to-use API for vector storage and retrieval

## Installation

Add this to your `Cargo.toml`:

```toml
swiftide-pgvector = "0.1.0"
```

## Usage

See the [examples](./examples) folder for usage.