Skip to content

Commit

Permalink
Merge pull request #2865 from ashkrisk/slack-to-discord
Browse files Browse the repository at this point in the history
Change Slack channel invites to Discord invites
  • Loading branch information
AnthonyTsu1984 authored Jan 13, 2025
2 parents a5a6fdc + fcc84de commit a7c217f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ Reference to cite when you use Milvus in a research paper:

## Get in touch

Join the Milvus community on [Slack](https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ) to share your suggestions, advice, or questions with our engineering team.

<a href="https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ">
<img src="https://zilliz-cms.s3.us-west-2.amazonaws.com/readme_slack_4a07c4c92f.png" alt="Miluvs Slack Channel" height="150" width="500">
</a>
Join the Milvus community on [Discord](https://discord.com/invite/8uyFbECzPX) to share your suggestions, advice, or questions with our engineering team.

Subscribe to Milvus's mailing lists:

Expand Down
2 changes: 1 addition & 1 deletion site/en/adminGuide/monitor/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following metrics are available for alerting configuration:
| Process Opened Fds | The current number of used file descriptors. | / |

## Set up alerts
This guide takes the example of creating an alert for the memory usage of Milvus components. To create other types of alerts, please adjust your commands accordingly. If you encounter any problems during the process, feel free to ask in the [Milvus forum](https://discuss.milvus.io/) or initiate a discussion on [Slack](https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ).
This guide takes the example of creating an alert for the memory usage of Milvus components. To create other types of alerts, please adjust your commands accordingly. If you encounter any problems during the process, feel free to ask in [Github discussions](https://github.com/milvus-io/milvus/discussions) or start a thread on [Discord](https://discord.com/invite/8uyFbECzPX).

### Prerequisites
This tutorial assumes that you have Grafana installed and configured. If not, we recommend reading the [monitoring guide](monitor.md).
Expand Down
2 changes: 1 addition & 1 deletion site/en/faq/operational_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ Example in Python:
You can:

- Check out [Milvus](https://github.com/milvus-io/milvus/issues) on GitHub. Feel free to ask questions, share ideas, and help others.
- Join our [Milvus Forum](https://discuss.milvus.io/) or [Slack Channel](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) to find support and engage with our open-source community.
- Join our [Discord Server](https://discord.com/invite/8uyFbECzPX) to find support and engage with our open-source community.
2 changes: 1 addition & 1 deletion site/en/faq/performance_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ However, indexing a VARCHAR field does not speed up:
You can:

- Check out [Milvus](https://github.com/milvus-io/milvus/issues) on GitHub. Feel free to ask questions, share ideas, and help others.
- Join our [Slack Channel](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) to find support and engage with our open-source community.
- Join our [Discord Server](https://discord.com/invite/8uyFbECzPX) to find support and engage with our open-source community.
2 changes: 1 addition & 1 deletion site/en/faq/product_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ Currently, Milvus 2.4.x does not support specifying default values for scalar or
You can:

- Check out [Milvus](https://github.com/milvus-io/milvus/issues) on GitHub. You're welcome to raise questions, share ideas, and help others.
- Join our [Slack community](https://slack.milvus.io/) to find support and engage with our open-source community.
- Join our [Discord Server](https://discord.com/invite/8uyFbECzPX) to find support and engage with our open-source community.

2 changes: 1 addition & 1 deletion site/en/faq/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ This page lists common issues that may occur when running Milvus, as well as pos

If you need help solving a problem, feel free to:

- Join our [Slack channel](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) and reach out for support from the Milvus team.
- Join our [Discord Server](https://discord.com/invite/8uyFbECzPX) and reach out for support from the Milvus team.
- [File an Issue](https://github.com/milvus-io/milvus/issues/new/choose) on GitHub that includes details about your problem.

0 comments on commit a7c217f

Please sign in to comment.