Skip to main content

mnemo_postgres/
lib.rs

1pub mod migrations;
2pub mod pgvector_index;
3pub mod storage;
4
5pub use pgvector_index::PgVectorIndex;
6pub use storage::PgStorage;