mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
doc: update Milvus environment variable for backwards compatibility
This commit is contained in:
@@ -1069,7 +1069,7 @@ modeling files for reranking.
|
||||
#### `MILVUS_INDEX_TYPE`
|
||||
|
||||
- Type: `str`
|
||||
- Default: `AUTOINDEX`
|
||||
- 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.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
Reference in New Issue
Block a user