2 releases
0.1.1 | Oct 20, 2024 |
---|---|
0.1.0 | Oct 13, 2024 |
#871 in Development tools
220 downloads per month
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