pub async fn create_postgres_storage(
database_url: &str,
) -> Result<PostgresVectorStorage>
Expand description
Create a new PostgreSQL vector storage instance
pub async fn create_postgres_storage(
database_url: &str,
) -> Result<PostgresVectorStorage>
Create a new PostgreSQL vector storage instance