mem0
mem0 copied to clipboard
error logging lines are unreachable and `e` is unbound
🐛 Describe the bug
In mem0/memory/main.py error logging lines are unreachable and e is unbound for
AsyncMemory._add_to_vector_store
logging.error(f"Error in new_retrieved_facts: {e}")
and
logging.error(f"Invalid JSON response: {e}")