Adding swiftide_pgvector library as a dependency

Run this command in a terminal, in your project's directory:

cargo add swiftide-pgvector

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

swiftide-pgvector = "0.1.1"

The swiftide_pgvector library will be automatically available globally. Read the swiftide_pgvector library documentation.

Back to the crate overview.