swiftide-pgvector

Crates.ioswiftide-pgvector
lib.rsswiftide-pgvector
version0.1.1
sourcesrc
created_at2024-10-13 03:14:17.081295
updated_at2024-10-20 21:25:36.0664
descriptionA library to use pgvector with Swiftide.
homepagehttps://github.com/tyr-rust-bootcamp/aicomm
repositoryhttps://github.com/tyr-rust-bootcamp/aicomm
max_upload_size
id1407049
size100,870
Tyr Chen (tyrchen)

documentation

https://docs.rs/swiftide-pgvector

README

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.

Commit count: 50

cargo fmt