Abstraction for Project in MemoryClient (#3067)
This commit is contained in:
@@ -297,7 +297,7 @@ client = MemoryClient(
|
||||
)
|
||||
|
||||
# Enable graph memory for all operations in this project
|
||||
client.update_project(enable_graph=True, version="v1")
|
||||
client.project.update(enable_graph=True)
|
||||
|
||||
# Now all add operations will use graph memory by default
|
||||
messages = [
|
||||
|
||||
Reference in New Issue
Block a user