You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/milvus.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,20 @@ It can also be connected to a managed Milvus instance on [Zilliz Cloud](https://
22
22
23
23
Before you begin, ensure that you have the following:
24
24
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).
26
26
- An [OpenAI API key](https://openai.com/index/openai-api/) to compute text embeddings.
27
27
- An [Apify API token](https://docs.apify.com/platform/integrations/api#api-token) to access [Apify Actors](https://apify.com/store).
28
28
29
-
### How to set up Milvus database
29
+
### How to set up Milvus/Zilliz database
30
30
31
31
1. Sign up or log in to your Zilliz account and create a new cluster.
32
32
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.
34
34
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.
36
39
37
40
38
41
### Integration Methods
@@ -107,8 +110,10 @@ Another way to interact with Milvus is through the [Apify Python SDK](https://do
107
110
```
108
111
109
112
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.
- [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