فهرست منبع

Update README.md

ryjiang 3 سال پیش
والد
کامیت
b3a6c5e73b
1فایلهای تغییر یافته به همراه11 افزوده شده و 18 حذف شده
  1. 11 18
      README.md

+ 11 - 18
README.md

@@ -4,13 +4,13 @@
 [![downloads](https://img.shields.io/docker/pulls/milvusdb/milvus-insight)](https://img.shields.io/docker/pulls/milvusdb/milvus-insight)
 [![downloads](https://img.shields.io/docker/pulls/milvusdb/milvus-insight)](https://img.shields.io/docker/pulls/milvusdb/milvus-insight)
 [![codecov](https://codecov.io/gh/zilliztech/milvus-insight/branch/main/graph/badge.svg?token=jvIEVF9IwW)](https://codecov.io/gh/zilliztech/milvus-insight)
 [![codecov](https://codecov.io/gh/zilliztech/milvus-insight/branch/main/graph/badge.svg?token=jvIEVF9IwW)](https://codecov.io/gh/zilliztech/milvus-insight)
 
 
-Milvus insight provides an intuitive and efficient GUI for Milvus, allowing you to interact with your databases and manage your data with just few clicks.
+attu provides an intuitive and efficient GUI for Milvus, allowing you to interact with your databases and manage your data with just few clicks.
 
 
-<img src="./.github/images/screenshot.png" alt="Miluvs insight" />
+<img src="./.github/images/screenshot.png" alt="attu" />
 
 
 ## Features and Roadmap
 ## Features and Roadmap
 
 
-Milvus insight is under rapid development and we are adding new features weekly, here are the current plan, we will release a version once a feature is available.
+attu is under rapid development and we are adding new features weekly, here are the current plan, we will release a version once a feature is available.
 
 
 - Manage collections/partitions
 - Manage collections/partitions
 - Manage index
 - Manage index
@@ -28,34 +28,34 @@ Milvus insight is under rapid development and we are adding new features weekly,
 
 
 ### Before you start
 ### Before you start
 
 
-Ensure you have Milvus installed on [your server](https://milvus.io/docs/install_standalone-docker.md) or [cluster](https://milvus.io/docs/install_cluster-docker.md), and Milvus insight only supports Milvus 2.x.
+Ensure you have Milvus installed on [your server](https://milvus.io/docs/install_standalone-docker.md) or [cluster](https://milvus.io/docs/install_cluster-docker.md), and attu only supports Milvus 2.x.
 
 
-### ⭐️ Start a Milvus insight instance
+### ⭐️ Start a attu instance
 
 
 ```code
 ```code
 docker run -p 8000:3000 -e HOST_URL=http://{ milvus insight ip }:8000 -e MILVUS_URL={milvus server ip}:19530 milvusdb/milvus-insight:latest
 docker run -p 8000:3000 -e HOST_URL=http://{ milvus insight ip }:8000 -e MILVUS_URL={milvus server ip}:19530 milvusdb/milvus-insight:latest
 ```
 ```
 
 
-Once you start the docker, open the browser, type `http://{ milvus insight ip }:8000`, you can view the Milvus insight.
+Once you start the docker, open the browser, type `http://{ milvus insight ip }:8000`, you can view the attu.
 
 
 #### Params
 #### Params
 
 
 | Parameter  | Example                 | required | description                                 |
 | Parameter  | Example                 | required | description                                 |
 | :--------- | :---------------------- | :------: | ------------------------------------------- |
 | :--------- | :---------------------- | :------: | ------------------------------------------- |
-| HOST_URL   | http://192.168.0.1:8000 |   true   | Where Milvus insight container is installed |
+| HOST_URL   | http://192.168.0.1:8000 |   true   | Where attu container is installed |
 | MILVUS_URL | 192.168.0.1:19530       |  false   | Optional, Milvus server URL                 |
 | MILVUS_URL | 192.168.0.1:19530       |  false   | Optional, Milvus server URL                 |
 
 
 Tip: **127.0.0.1 or localhost will not work when runs on docker**
 Tip: **127.0.0.1 or localhost will not work when runs on docker**
 
 
 #### Try the dev build
 #### Try the dev build
 
 
-**_note_** We plan to release Milvus insight once a feature is done. Also, if you want to try the nightly build, please pull the docker image with the `dev` tag.
+**_note_** We plan to release attu once a feature is done. Also, if you want to try the nightly build, please pull the docker image with the `dev` tag.
 
 
 ```code
 ```code
 docker run -p 8000:3000 -e HOST_URL=http://{ your machine IP }:8000 -e MILVUS_URL={ your machine IP }:19530 milvusdb/milvus-insight:dev
 docker run -p 8000:3000 -e HOST_URL=http://{ your machine IP }:8000 -e MILVUS_URL={ your machine IP }:19530 milvusdb/milvus-insight:dev
 ```
 ```
 
 
-## ✨ Building and Running Milvus insight, and/or Contributing Code
+## ✨ Building and Running attu, and/or Contributing Code
 
 
 You might want to build Milvus-insight locally to contribute some code, test out the latest features, or try
 You might want to build Milvus-insight locally to contribute some code, test out the latest features, or try
 out an open PR:
 out an open PR:
@@ -84,20 +84,13 @@ New to milvus? Milvus is an open-source vector database built to power AI applic
 - [Milvus python sdk](https://milvus.io/docs/v2.0.0/explore_pymilvus.md)
 - [Milvus python sdk](https://milvus.io/docs/v2.0.0/explore_pymilvus.md)
 - [Milvus bootcamp](https://milvus.io/bootcamp)
 - [Milvus bootcamp](https://milvus.io/bootcamp)
 
 
-## Community
 
 
-👉 Join the Milvus community on [Slack](https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ) to share your suggestions, advice, and questions with our engineering team.
-
-<a href="https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ">
-    <img src="https://camo.githubusercontent.com/fa0663f8947e22e589e75ebbc84f0a835191d3ddab9a3a0f1dd054ef18eabbaa/68747470733a2f2f7a696c6c697a2d636d732e73332e75732d776573742d322e616d617a6f6e6177732e636f6d2f726561646d655f736c61636b5f346130376334633932662e706e67" alt="Miluvs Slack Channel"  height="150" width="500">
-</a>
 
 
 #### ❓ Questions? Problems?
 #### ❓ Questions? Problems?
 
 
-- If you've found a bug or want to request a feature, please create a [GitHub Issue](https://github.com/milvus-io/milvus-insight/issues/new/choose).
+- If you've found a bug or want to request a feature, please create a [GitHub Issue](https://github.com/zilliztech/attu/issues/new/choose).
   Please check to make sure someone else hasn't already created an issue for the same topic.
   Please check to make sure someone else hasn't already created an issue for the same topic.
-- Need help using Milvus insight? Ask away on our [Milvus insight Discuss Forum](https://github.com/milvus-io/milvus-insight/discussions) and a fellow community member or
+- Need help using attu? Ask away on our [attu Discuss Forum](https://github.com/zilliztech/attu/discussions) and a fellow community member or
   Milvus engineer will be glad to help you out.
   Milvus engineer will be glad to help you out.
 
 
 [milvus-doc]: https://milvus.io/docs/home
 [milvus-doc]: https://milvus.io/docs/home
-[nestjs]: https://docs.nestjs.com/