Expand description
Error types for PostgreSQL vector storage
Enums§
- Postgres
Error - PostgreSQL-specific error types
Traits§
- Postgres
Result Ext - Helper trait for converting results
Functions§
- index_
creation_ error - Helper function to create an index creation error
- is_
connection_ error - Helper function to check if error is related to connection issues
- is_
pgvector_ missing_ error - Helper function to check if error is related to missing pgvector extension
- is_
table_ not_ found_ error - Helper function to check if error is related to table not existing
- pgvector_
extension_ error - Helper function to create a pgvector extension error
- table_
not_ found_ error - Helper function to create a table not found error
Type Aliases§
- Postgres
Result - Result type for PostgreSQL operations