Skip to content

Commit d49941d

Browse files
Fix typos & to 2.4.12 (#259)
* Fix typos Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com> * to 2.4.12 Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com> --------- Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
1 parent 639c5bf commit d49941d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Milvus Lite uses the same API as Milvus Standalone and Distributed, providing a
3838
Milvus Lite is only suitable for small scale prototyping (usually less than a million vectors) or edge devices. For large scale production, we recommend using [Milvus Standalone](https://milvus.io/docs/install-overview.md#Milvus-Standalone) or [Milvus Distributed](https://milvus.io/docs/install-overview.md#Milvus-Distributed). You can also consider the fully-managed Milvus on [Zilliz Cloud](https://zilliz.com/cloud).
3939

4040
# Requirements
41-
Milvus Lite currently supports the following environmnets:
41+
Milvus Lite currently supports the following environments:
4242
- Ubuntu >= 20.04 (x86_64 and arm64)
4343
- MacOS >= 11.0 (Apple Silicon M1/M2 and x86_64)
4444

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def parse_requirements(file_name: str) -> List[str]:
142142

143143

144144
setup(name='milvus-lite',
145-
version='2.4.11',
145+
version='2.4.12',
146146
description='A lightweight version of Milvus wrapped with Python.',
147147
author='Milvus Team',
148148
author_email='milvus-team@zilliz.com',

0 commit comments

Comments
 (0)