mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 12:09:43 +00:00
exclude embeddings from memory
This commit is contained in:
parent
062aff7b55
commit
cd3bbf7062
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class MemoryDashboard(ApiHandler):
|
|||
"""Get available memory subdirectories."""
|
||||
try:
|
||||
# Get subdirectories from memory folder
|
||||
subdirs = files.get_subdirectories("memory")
|
||||
subdirs = files.get_subdirectories("memory", exclude="embeddings")
|
||||
|
||||
# Ensure 'default' is always available
|
||||
if "default" not in subdirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue