Crates.io | swiftide-pgvector |
lib.rs | swiftide-pgvector |
version | 0.1.1 |
source | src |
created_at | 2024-10-13 03:14:17.081295 |
updated_at | 2024-10-20 21:25:36.0664 |
description | A library to use pgvector with Swiftide. |
homepage | https://github.com/tyr-rust-bootcamp/aicomm |
repository | https://github.com/tyr-rust-bootcamp/aicomm |
max_upload_size | |
id | 1407049 |
size | 100,870 |
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.
Add this to your Cargo.toml
:
swiftide-pgvector = "0.1.0"
See the examples folder for usage.