From fcc2bb5a05627d64e1b035140c81402653dbe8a4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 14 Oct 2025 18:22:48 -0500 Subject: [PATCH] refac: oracle23ai --- backend/open_webui/retrieval/vector/dbs/oracle23ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: