fix: clean up two unreachable code (#20773)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
e6e76852d5
commit
65c7c01d90
2 changed files with 0 additions and 3 deletions
|
|
@ -303,7 +303,6 @@ class OracleVector(BaseVector):
|
|||
return docs
|
||||
else:
|
||||
return [Document(page_content="", metadata={})]
|
||||
return []
|
||||
|
||||
def delete(self) -> None:
|
||||
with self._get_connection() as conn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue