mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Bump infinity to 0.5.2 (#4207)
### What problem does this PR solve? Bump infinity to 0.5.2 ### Type of change - [x] Refactoring
This commit is contained in:
@ -142,7 +142,6 @@ class InfinityConnection(DocStoreConnection):
|
||||
def health(self) -> dict:
|
||||
"""
|
||||
Return the health status of the database.
|
||||
TODO: Infinity-sdk provides health() to wrap `show global variables` and `show tables`
|
||||
"""
|
||||
inf_conn = self.connPool.get_conn()
|
||||
res = inf_conn.show_current_node()
|
||||
|
||||
Reference in New Issue
Block a user