Files
open-webui-custom/backend/open_webui
google-labs-jules[bot] e7ccaf6e78 Fix: milvus error because the limit set to None by default
The pymilvus library expects -1 for unlimited queries, but the code was passing None, which caused a TypeError. This commit changes the default value of the limit parameter in the query method from None to -1. It also updates the call site in the get method to pass -1 instead of None and updates the type hint and a comment to reflect this change.
2025-09-26 06:39:54 +00:00
..
2025-09-17 00:49:44 -05:00
2025-09-17 11:28:04 -05:00
2025-08-28 13:25:48 +04:00
2025-08-21 12:44:16 +04:00
2025-09-17 09:19:56 -05:00
2025-09-16 16:15:52 -05:00
2025-09-17 12:18:23 -05:00