mirror of
https://github.com/zebrajr/ollama-webui.git
synced 2025-12-05 12:20:26 +01:00
refac: oracle23ai
This commit is contained in:
parent
7031708c87
commit
fcc2bb5a05
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user