We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048584b commit fb5c668Copy full SHA for fb5c668
examples/core_memories/tree_textual_memory.py
@@ -244,6 +244,7 @@ def embed_memory_item(memory: str) -> list[float]:
244
print(f"{i}'th similar result is: " + str(r["memory"]))
245
print(f"Successfully search {len(results)} memories")
246
247
+# close the synchronous thread in memory manager
248
my_tree_textual_memory.memory_manager.close()
249
250
# my_tree_textual_memory.dump
0 commit comments