I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
Normal use of memory function!
Description
Bug Summary:
Each session that uses the memory function(api/v1/memories/query) to request the port query return the error of 500
Note
Hope to fix this bug, Thanks!
Originally created by @Yanyutin753 on GitHub (Sep 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5433
# Bug Report
## Installation Method
Memory function error in latest [dev version](https://github.com/open-webui/open-webui/tree/dev)
## Environment
- **Open WebUI Version:** [dev latest]
**Confirmation:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of both Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
Normal use of memory function!
## Description
**Bug Summary:**
Each session that uses the memory function(**api/v1/memories/query**) to request the port query return the error of 500



## Note
Hope to fix this bug, Thanks!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Yanyutin753 on GitHub (Sep 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5433
Bug Report
Installation Method
Memory function error in latest dev version
Environment
Confirmation:
Expected Behavior:
Normal use of memory function!
Description
Bug Summary:
Each session that uses the memory function(api/v1/memories/query) to request the port query return the error of 500
Note
Hope to fix this bug, Thanks!
@tjbck commented on GitHub (Sep 15, 2024):
Taking a look
@tjbck commented on GitHub (Sep 16, 2024):
Fixed!
@Yanyutin753 commented on GitHub (Sep 16, 2024):
Thanks!!!