Help needed: Cannot add new events, no way to add extracted memories

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?

1 Like

Okay, teacher

The knowledge base has been enabled, but after enabling, it is still empty after 4 conversations. The memory extraction interface looks like this:

This line has already been triggered, possibly because the content of the conversation does not conform to the content specified by the default summary prompt.

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.

1b08a5c1417d9989c16c5b1d496a8ab57e583d5d

1 Like

Okay, thank you for your reply, teacher.