mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
typo
This commit is contained in:
@@ -2017,7 +2017,7 @@ MILVUS_DISKANN_MAX_DEGREE = int(os.environ.get("MILVUS_DISKANN_MAX_DEGREE", "56"
|
|||||||
MILVUS_DISKANN_SEARCH_LIST_SIZE = int(
|
MILVUS_DISKANN_SEARCH_LIST_SIZE = int(
|
||||||
os.environ.get("MILVUS_DISKANN_SEARCH_LIST_SIZE", "100")
|
os.environ.get("MILVUS_DISKANN_SEARCH_LIST_SIZE", "100")
|
||||||
)
|
)
|
||||||
NABLE_MILVUS_MULTITENANCY_MODE = (
|
ENABLE_MILVUS_MULTITENANCY_MODE = (
|
||||||
os.environ.get("ENABLE_MILVUS_MULTITENANCY_MODE", "true").lower() == "true"
|
os.environ.get("ENABLE_MILVUS_MULTITENANCY_MODE", "true").lower() == "true"
|
||||||
)
|
)
|
||||||
# Hyphens not allowed, need to use underscores in collection names
|
# Hyphens not allowed, need to use underscores in collection names
|
||||||
|
|||||||
Reference in New Issue
Block a user