Establishes a Rust-based server for managing and interacting with a PostgreSQL database, optionally configured with the pgvector extension.
This project provides a foundational Rust server designed for robust interaction with a PostgreSQL database. It emphasizes ease of deployment through Docker and Docker Compose, offering a streamlined setup for developers. A key feature is its integration with the `pgvector` extension, enabling advanced vector similarity search capabilities directly within the database. The server aims to create a ready-to-use environment for applications requiring a backend that leverages modern database features with the performance and safety of Rust.