Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CaviraOSS/OpenMemory
/ close
Method
close
sdk-py/src/openmemory/__init__.py:219–221 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
return
deleted
218
219
def
close(self):
220
from
openmemory.core.db
import
close_db
221
close_db()
222
223
# Remote methods
224
def
_remote_add(self, content, tags, metadata, userId, salience, decayLambda):
Callers
12
test_sdk_initialization
Function · 0.95
test_memory_operations
Function · 0.95
test_sector_operations
Function · 0.95
test_advanced_features
Function · 0.95
sector_example
Function · 0.95
basic_example
Function · 0.95
advanced_example
Function · 0.95
benchmark
Function · 0.95
imp
Method · 0.80
run_migrations
Function · 0.80
close_db
Function · 0.80
run_migrations
Function · 0.80
Calls
1
close_db
Function · 0.90
Tested by
4
test_sdk_initialization
Function · 0.76
test_memory_operations
Function · 0.76
test_sector_operations
Function · 0.76
test_advanced_features
Function · 0.76