mirror of
https://gitea.ingwaz.work/Ingwaz/openbrain-mcp.git
synced 2026-03-31 14:49:06 +00:00
Fix dedup database client trait import
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
//! Provides connection pooling and query helpers for vector operations.
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
use deadpool_postgres::{Config, Pool, Runtime};
|
||||
use deadpool_postgres::{Config, GenericClient, Pool, Runtime};
|
||||
use pgvector::Vector;
|
||||
use tokio_postgres::{GenericClient, NoTls};
|
||||
use tokio_postgres::NoTls;
|
||||
use tracing::info;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user