ruff check fix

This commit is contained in:
Daulet Amirkhanov 2025-09-04 18:14:45 +01:00
parent c7b0da7aa6
commit 69acac42e2

View file

@ -316,9 +316,6 @@ class PGVectorAdapter(SQLAlchemyAdapter, VectorDBInterface):
# Get PGVectorDataPoint Table from database
PGVectorDataPoint = await self.get_table(collection_name)
# NOTE: This needs to be initialized in case search doesn't return a value
closest_items: List[ScoredResult] = []
# Use async session to connect to the database
async with self.get_async_session() as session:
query = select(