diff --git a/backend/open_webui/retrieval/vector/dbs/oracle23ai.py b/backend/open_webui/retrieval/vector/dbs/oracle23ai.py index 07b014681a..b714588bdc 100644 --- a/backend/open_webui/retrieval/vector/dbs/oracle23ai.py +++ b/backend/open_webui/retrieval/vector/dbs/oracle23ai.py @@ -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: