mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
milvus
This commit is contained in:
@@ -1260,8 +1260,8 @@ pip install open-webui[all]
|
||||
|
||||
- Type: `str`
|
||||
- Default: `HNSW`
|
||||
- Options: `AUTOINDEX`, `FLAT`, `IVF_FLAT`, `HNSW`
|
||||
- Description: Specifies the index type to use when creating a new collection in Milvus. `AUTOINDEX` is generally recommended for Milvus standalone. `HNSW` may offer better performance but typically requires a clustered Milvus setup.
|
||||
- Options: `AUTOINDEX`, `FLAT`, `IVF_FLAT`, `HNSW`, `DISKANN`
|
||||
- Description: Specifies the index type to use when creating a new collection in Milvus. `AUTOINDEX` is generally recommended for Milvus standalone. `HNSW` may offer better performance but requires a clustered Milvus setup and is not meant for standalone setups.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `MILVUS_METRIC_TYPE`
|
||||
@@ -1293,6 +1293,18 @@ pip install open-webui[all]
|
||||
- Description: Specifies the `nlist` parameter for the IVF_FLAT index type in Milvus. This is the number of cluster units. Only applicable if `MILVUS_INDEX_TYPE` is `IVF_FLAT`.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `MILVUS_DISKANN_MAX_DEGREE`
|
||||
|
||||
- Type: `int`
|
||||
- Default: `56`
|
||||
- Description: Sets the max degree for Milvus if Milvus is in DISKANN indexing mode. Generally recommended to leave as is.
|
||||
|
||||
#### `MILVUS_DISKANN_SEARCH_LIST_SIZE`
|
||||
|
||||
- Type: `int`
|
||||
- Default: `100`
|
||||
- Description: Sets the Milvus DISKANN search list size. Generally recommended to leave as is.
|
||||
|
||||
### OpenSearch
|
||||
|
||||
#### `OPENSEARCH_CERT_VERIFY`
|
||||
|
||||
Reference in New Issue
Block a user