mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
doc: update Milvus environment variable for backwards compatibility
This commit is contained in:
parent
71a3fb4853
commit
630eab7d4f
@ -1069,7 +1069,7 @@ modeling files for reranking.
|
|||||||
#### `MILVUS_INDEX_TYPE`
|
#### `MILVUS_INDEX_TYPE`
|
||||||
|
|
||||||
- Type: `str`
|
- Type: `str`
|
||||||
- Default: `AUTOINDEX`
|
- Default: `HNSW`
|
||||||
- Options: `AUTOINDEX`, `FLAT`, `IVF_FLAT`, `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.
|
- 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.
|
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user