Application error: Bad state: Cannot add new events after calling close
After updating, the current version is 1.9.4 (), and it seems there is an issue with automatic memory extraction as it hasn’t been adding memory. Seeking help from experts.
Application error: Bad state: Cannot add new events after calling close
After updating, the current version is 1.9.4 (), and it seems there is an issue with automatic memory extraction as it hasn’t been adding memory. Seeking help from experts.
Automatic memory extraction won’t report an error like this. Could you share your reasoning log?
The knowledge base has been enabled, but after enabling, it is still empty after 4 conversations. The memory extraction interface looks like this:
The way the knowledge base and long-term memory are displayed to the AI is different, and they are independent of each other.
The text extracted from long-term memory is permanently resident in the context.
The text in the knowledge base is vectorized locally and only appears in the context after exceeding a similarity score threshold.
After opening this, the text extracted from memory will automatically be placed into the knowledge base and displayed to the AI using the knowledge base method.I don’t know what’s causing this error either. But seeing that your knowledge base is empty, it shouldn’t have much impact. Ensure your embedding model is set correctly so the knowledge base can be used normally.
![]()
Okay, thank you for your reply, teacher.