doc: update Milvus environment variable for backwards compatibility

This commit is contained in:
Matt Harrison 2025-05-08 07:24:13 -04:00
parent 71a3fb4853
commit 630eab7d4f

View File

@ -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.