refac: oracle23ai

This commit is contained in:
Timothy Jaeryang Baek 2025-10-14 18:22:48 -05:00
parent 7031708c87
commit fcc2bb5a05

View File

@ -717,7 +717,7 @@ class Oracle23aiClient(VectorDBBase):
)
try:
limit = limit or 1000
limit = 1000 # Hardcoded limit for get operation
with self.get_connection() as connection:
with connection.cursor() as cursor: