open-webui/backend/open_webui/retrieval/vector/dbs
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
..
chroma.py refac: metadata handling in vectordb 2025-07-31 17:45:06 +04:00
elasticsearch.py refac 2025-08-04 15:12:39 +04:00
milvus.py Fix: milvus error because the limit set to None by default 2025-09-26 06:39:54 +00:00
opensearch.py refac 2025-08-04 15:12:39 +04:00
oracle23ai.py Format code base 2025-08-08 10:10:32 -04:00
pgvector.py enh: PGVECTOR_CREATE_EXTENSION env var 2025-08-31 23:58:18 +04:00
pinecone.py fix: pinecone insert issue 2025-08-11 16:22:58 +04:00
qdrant.py chore: format 2025-08-09 23:57:35 +04:00
qdrant_multitenancy.py chore: format 2025-08-09 23:57:35 +04:00
s3vector.py chore: format 2025-08-21 04:47:28 +04:00