Skip to content

Commit 26e2b92

Browse files
committed
Update set up for Milvus database and add link to RAG notebook.
1 parent bda8097 commit 26e2b92

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

sources/platform/integrations/ai/milvus.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,20 @@ It can also be connected to a managed Milvus instance on [Zilliz Cloud](https://
2222

2323
Before you begin, ensure that you have the following:
2424

25-
- A Milvus database universal resource identifier (URI) and API token. Optionally, you can use a username and password in the URI. You can run Milvus on Docker or Kubernetes, but in this example, we'll use the hosted Milvus service at [Zilliz Cloud](https://cloud.zilliz.com).
25+
- A Milvus/Zilliz database universal resource identifier (URI) and Token to setup the client. Optionally, you can use a username and password in the URI. You can run Milvus on Docker or Kubernetes, but in this example, we'll use the hosted Milvus service at [Zilliz Cloud](https://cloud.zilliz.com).
2626
- An [OpenAI API key](https://openai.com/index/openai-api/) to compute text embeddings.
2727
- An [Apify API token](https://docs.apify.com/platform/integrations/api#api-token) to access [Apify Actors](https://apify.com/store).
2828

29-
### How to set up Milvus database
29+
### How to set up Milvus/Zilliz database
3030

3131
1. Sign up or log in to your Zilliz account and create a new cluster.
3232

33-
1. Download the created credentials: user name and password.
33+
1. Find the `uri` and `token`, which correspond to the [Public Endpoint and API key](https://docs.zilliz.com/docs/on-zilliz-cloud-console#cluster-details) in Zilliz Cloud.
3434

35-
Once the cluster is ready and you have the URL, API key, and credentials, you can set up the integration with Apify.
35+
Note that the collection does not need to exist beforehand.
36+
It will be automatically created when data is uploaded to the database.
37+
38+
Once the cluster is ready, and you have the `URI` and `Token`, you can set up the integration with Apify.
3639

3740

3841
### Integration Methods
@@ -107,8 +110,10 @@ Another way to interact with Milvus is through the [Apify Python SDK](https://do
107110
```
108111

109112
Congratulations! You've successfully integrated Apify with Milvus, and the scraped data is now stored in your Milvus database.
113+
For a complete example of Retrieval-Augmented Generation (RAG), check out the Additional Resources below.
110114

111115
## Additional Resources
112116

113117
- [Apify Milvus Integration](https://apify.com/apify/milvus-integration)
114118
- [Milvus documentation](https://milvus.io/docs)
119+
- [Retrieval-Augmented Generation: Crawling Websites with Apify and Saving Data to Milvus for Question Answering](https://milvus.io/docs/apify_milvus_rag.md)

0 commit comments

Comments
 (0)