Commit Graph

496 Commits (17532517c611cafe5ec7a79bda47c9f296e82682)

Author SHA1 Message Date
Xiaofan d69bdd288c
fix: fix macOS 15 ARM64 compilation issues (#7437) (#47810)
issue: #47809

---------

Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 23:19:21 +08:00
Jael Gu 56b7b08bc7
doc: Add Slack badge to README (#47400)
Added a Slack badge link to the README.

Signed-off-by: Mengjia Gu <mengjia.gu@zilliz.com>
2026-01-29 11:49:32 +08:00
Nathan Weinberg 9f63a5cf1a
doc: fix quickstart section for Milvus Lite (#46474)
### **User description**
As of https://github.com/milvus-io/pymilvus/pull/2976 `milvus-lite` is
no longer included as part of the default `pymilvus` installation and
must be explicitly specified


___

### **PR Type**
Documentation


___

### **Description**
- Update installation docs to reflect milvus-lite as optional dependency

- Clarify explicit installation requirement for Milvus Lite
functionality


___

### Diagram Walkthrough


```mermaid
flowchart LR
  A["pymilvus default install"] -- "does not include" --> B["Milvus Lite"]
  C["pymilvus[milvus-lite]"] -- "includes" --> B
  B -- "enables" --> D["Local vector database"]
```



<details><summary><h3>File Walkthrough</h3></summary>

<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>README.md</strong><dd><code>Clarify Milvus Lite as
optional dependency</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</dd></summary>
<hr>

README.md

<ul><li>Updated installation documentation to clarify that
<code>milvus-lite</code> is no <br>longer included by default<br> <li>
Changed wording from "includes Milvus Lite" to "can try Milvus Lite by
<br>installing <code>pymilvus[milvus-lite]</code>"<br> <li> Reflects the
breaking change from pymilvus PR #2976 where milvus-lite <br>became an
optional dependency</ul>


</details>


  </td>
<td><a
href="https://github.com/milvus-io/milvus/pull/46474/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr></tbody></table>

</details>

___



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Updated Milvus Lite installation guidance to specify the proper
installation method using the optional feature specification.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Nathan Weinberg <nathan2@stwmd.net>
2025-12-23 15:07:18 +08:00
sre-ci-robot 3545f6673f Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-10-20 12:00:46 +00:00
Xiaofan af9bf80726
Update README.md 2025-10-11 09:46:12 +08:00
Goodnight dd9e26cad0
doc: fix typos in README (#44674)
This PR fixes several documentation issues in README.md

Correct typo "accelaration" → "acceleration".
Minor grammar and wording cleanups for clarity.
Capitalize language and product names: "python" → "Python", "Go", and
"Youtube" → "YouTube".

No functional code changes, documentation-only.

Signed-off-by: Mohamed Arbi Nsibi <mohammedarbinsibi@gmail.com>
2025-10-09 21:19:58 +08:00
sre-ci-robot ac94428e1b Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-07-21 12:00:46 +00:00
sre-ci-robot a224f25b14 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-06-23 12:05:55 +00:00
sre-ci-robot a3612d2728 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-06-04 12:00:56 +00:00
sre-ci-robot 54d365dcb0 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-05-28 12:01:09 +00:00
sre-ci-robot 53abf2cc79 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-05-26 12:01:04 +00:00
sre-ci-robot c15c55055c Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-04-09 12:01:04 +00:00
Xiaofan 3ecacc4493
Update README.md 2025-03-29 08:50:47 +08:00
Eli Boyarski 43cd9fa0f4
doc: README.md: has->have (#40152)
doc: "The vectors ... has" -> "The vectors ... have"

Signed-off-by: Eli Boyarski <eli@boyar.ski>
2025-03-29 02:12:21 +08:00
sre-ci-robot 2c287dfd10 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-03-09 00:01:58 +00:00
sre-ci-robot dc43136295 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-02-28 00:01:26 +00:00
Micka 5cc104b412
fix: Change CMake variable for switch to knowhere-cuvs (#40105)
issue: https://github.com/milvus-io/milvus/issues/39883

Signed-off-by: Mickael Ide <mide@nvidia.com>
2025-02-27 22:05:58 +08:00
codingjaguar a54c3fe5bd
doc: add info about community (#39882)
Signed-off-by: codingjaguar <jiang.chen@zilliz.com>
2025-02-14 12:25:27 +08:00
sre-ci-robot 796478e89e Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-02-12 00:01:32 +00:00
sre-ci-robot 90dead3887 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-02-08 00:01:33 +00:00
sre-ci-robot a99c92e795 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-01-19 00:01:39 +00:00
sre-ci-robot 78568906b9 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-01-16 12:04:29 +00:00
sre-ci-robot e1f5cb7427 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-01-15 00:01:22 +00:00
sre-ci-robot 0a2c964bb8 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-01-06 00:01:39 +00:00
sre-ci-robot 90167640c4 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2025-01-03 12:00:48 +00:00
sre-ci-robot 276e7a8d13 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-12-31 00:01:28 +00:00
codingjaguar 43a50d71bd
doc: Update readme to refine wording and reflect changes in 2.5 version (#38761)
Update readme to refine wording and reflect changes in 2.5 version

---------

Signed-off-by: codingjaguar <jiang.chen@zilliz.com>
2024-12-30 20:43:59 +08:00
sre-ci-robot 445b93790e Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-12-27 12:00:38 +00:00
sre-ci-robot 877cd80d93 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-12-24 00:01:37 +00:00
sre-ci-robot 5d014c76c7 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-12-17 00:01:42 +00:00
sre-ci-robot d7a5ad4eca Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-12-06 00:01:30 +00:00
sre-ci-robot 843c1f506f Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-29 00:01:35 +00:00
sre-ci-robot 84698c072a Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-28 12:00:40 +00:00
HuaSheng2000 6aaa926483
fix: Modify the documentation of the Demos and Tutorials chapter (#38054) (#38057)
issue: #38054 
- Delete the table about tutorials in the English document, use link to
replace the existing table, and add corresponding descriptions (the
table content is outdated, and using link can reduce maintenance costs).
- Add link and corresponding descriptions of tutorials in Chinese
documentation.

---------

Signed-off-by: HuaSheng2000 <34791273+HuaSheng2000@users.noreply.github.com>
2024-11-28 10:00:36 +08:00
sre-ci-robot 24a0b05745 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-27 00:01:35 +00:00
sre-ci-robot 84259040f7 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-22 00:01:33 +00:00
sre-ci-robot 589b5b9786 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-15 12:00:46 +00:00
sre-ci-robot caf207f5a0 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-13 12:00:38 +00:00
sre-ci-robot 30d396f476 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-13 00:01:25 +00:00
codingjaguar cfdff464dd
doc: Rewrite readme file (#37428)
Signed-off-by: codingjaguar <jiang.chen@zilliz.com>
2024-11-12 13:29:57 -08:00
sre-ci-robot a88fff130f Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-11 00:01:25 +00:00
sre-ci-robot 1f7ce9e9c1 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-08 00:02:00 +00:00
sre-ci-robot a2ecff1fb7 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-07 00:01:34 +00:00
sre-ci-robot 8275e40f94 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-06 12:01:37 +00:00
sre-ci-robot 266ed5b52d Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-05 00:01:21 +00:00
sre-ci-robot 0ac8b166b3 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-11-01 00:01:46 +00:00
sre-ci-robot a8aecf12a0 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-10-29 12:24:19 +00:00
sre-ci-robot 1e75a42053 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-10-28 12:00:48 +00:00
sre-ci-robot 4d08eec1af Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-10-16 12:01:07 +00:00
sre-ci-robot 8b867aae63 Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2024-10-08 12:01:01 +00:00