### **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>
</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>
</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>
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>
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>