#postgresql #database #pgvector

swiftide-pgvector

A library to use pgvector with Swiftide

2 releases

0.1.1 Oct 20, 2024
0.1.0 Oct 13, 2024

#871 in Development tools

Download history 140/week @ 2024-10-07 121/week @ 2024-10-14 121/week @ 2024-10-21 19/week @ 2024-10-28 5/week @ 2024-11-11

220 downloads per month

MIT license

28KB
172 lines

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:

swiftide-pgvector = "0.1.0"

Usage

See the examples folder for usage.

Dependencies

~59MB
~1M SLoC