From 7619f449c8f68791a208b859a1fe02e5f76ce041 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez Date: Fri, 8 Aug 2025 10:10:32 -0400 Subject: [PATCH] Format code base --- backend/open_webui/retrieval/vector/dbs/oracle23ai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/open_webui/retrieval/vector/dbs/oracle23ai.py b/backend/open_webui/retrieval/vector/dbs/oracle23ai.py index a243172946..07b014681a 100644 --- a/backend/open_webui/retrieval/vector/dbs/oracle23ai.py +++ b/backend/open_webui/retrieval/vector/dbs/oracle23ai.py @@ -11,10 +11,10 @@ ORACLE_DB_PASSWORD = "Welcome123456" ORACLE_DB_DSN = "localhost:1521/FREEPDB1" ## ADW or ATP -# ORACLE_DB_USE_WALLET = true +# ORACLE_DB_USE_WALLET = true # ORACLE_DB_USER = "DEMOUSER" # ORACLE_DB_PASSWORD = "Welcome123456" -# ORACLE_DB_DSN = "medium" +# ORACLE_DB_DSN = "medium" # ORACLE_DB_DSN = "(description= (retry_count=3)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=xx.oraclecloud.com))(connect_data=(service_name=yy.adb.oraclecloud.com))(security=(ssl_server_dn_match=no)))" # ORACLE_WALLET_DIR = "/home/opc/adb_wallet" # ORACLE_WALLET_PASSWORD = "Welcome1"