Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/llmware-ai/llmware
/ close
Method
close
llmware/resources.py:1929–1932 ·
view source on GitHub ↗
Closes Postgres connection
(self)
Source
from the content-addressed store, hash-verified
1927
return
0
1928
1929
def
close(self):
1930
""
"Closes Postgres connection"
""
1931
self.conn.close()
1932
return
0
1933
1934
1935
class
SQLiteRetrieval:
Callers
15
close
Method · 0.45
close
Method · 0.45
test_connection
Method · 0.45
lookup
Method · 0.45
embedding_key_lookup
Method · 0.45
basic_query
Method · 0.45
filter_by_key
Method · 0.45
text_search_with_key_low_high_range
Method · 0.45
text_search_with_key_value_range
Method · 0.45
text_search_with_key_value_dict_filter
Method · 0.45
get_distinct_list
Method · 0.45
filter_by_key_dict
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_connection
Method · 0.36