I want to use the external database mysql. The DATABASE_URL configuration is as shown in the figure. When running the program, an error is reported: "cannot access local variable 'db' where it is not associated with a value". What is the problem?
In addition, how to set the database name when using milvus vector database?
Originally created by @Zeller-CN on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6132
I want to use the external database mysql. The DATABASE_URL configuration is as shown in the figure. When running the program, an error is reported: "cannot access local variable 'db' where it is not associated with a value". What is the problem?

In addition, how to set the database name when using milvus vector database?

@andreclaudino commented on GitHub (Dec 17, 2024):
Yes, I have the same problem using postgres, which is suposed to be supported.
<!-- gh-comment-id:2549299446 -->
@andreclaudino commented on GitHub (Dec 17, 2024):
Yes, I have the same problem using postgres, which is suposed to be supported.
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 @Zeller-CN on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6132
In addition, how to set the database name when using milvus vector database?

@tjbck commented on GitHub (Oct 11, 2024):
mysql is not supported.
@Zeller-CN commented on GitHub (Oct 11, 2024):
Using postgresql, the same error occurs
@andreclaudino commented on GitHub (Dec 17, 2024):
Yes, I have the same problem using postgres, which is suposed to be supported.