mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: oracle23ai
This commit is contained in:
parent
7031708c87
commit
fcc2bb5a05
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ class Oracle23aiClient(VectorDBBase):
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
limit = limit or 1000
|
limit = 1000 # Hardcoded limit for get operation
|
||||||
|
|
||||||
with self.get_connection() as connection:
|
with self.get_connection() as connection:
|
||||||
with connection.cursor() as cursor:
|
with connection.cursor() as cursor:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue