Mem0 fix in embedchain (#1506)

This commit is contained in:
Dev Khant
2024-07-20 03:33:09 +05:30
committed by GitHub
parent e9136c1aa0
commit 51fd7db205
5 changed files with 10 additions and 12 deletions

View File

@@ -521,7 +521,6 @@ def validate_config(config_data):
},
},
Optional("memory"): {
"api_key": str,
Optional("top_k"): int,
},
}