open-webui/backend/open_webui/retrieval
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
..
loaders chore: format 2025-09-09 18:19:31 +04:00
models refac/enh: forward user info header to reranker 2025-07-14 13:59:10 +04:00
vector Fix: milvus error because the limit set to None by default 2025-09-26 06:39:54 +00:00
web refac 2025-09-09 16:48:59 +04:00
utils.py refac/fix: knowledge permission 2025-09-15 11:40:31 -05:00