open-webui/backend/open_webui/retrieval/vector
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
..
dbs Fix: milvus error because the limit set to None by default 2025-09-26 06:39:54 +00:00
factory.py Merge branch 'dev' into vector-search-branch 2025-08-01 04:23:38 +09:00
main.py feat: Add abstract base class for vector database integration 2025-04-21 08:27:27 +03:00
type.py resolve conflict 2025-08-01 02:58:51 +09:00
utils.py refac: metadata handling in vectordb 2025-07-31 17:45:06 +04:00