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
fix dead link to milvus
fix redirects
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Standardizes and fixes documentation links across multiple pages to
remove redirects, point to current domains, and prefer internal docs
where available.
>
> - Update external URLs (e.g., Cursor, Claude, Authy, Skyfire) and AWS
Bedrock docs to current paths
> - Switch various references to internal Apify docs (e.g., `Terms &
Conditions` to `/legal/store-publishing-terms-and-conditions`, `Apify
Actor Documentation` to `/platform/actors`, webhooks/actors links in
Windmill)
> - Refresh LangChain and LlamaIndex doc links to new
`docs.langchain.com` and `developers.llamaindex.ai` structures; align
JS/Python references
> - Normalize integration docs links for Kestra, Airbyte, n8n, and MCP
spec (`modelcontextprotocol.io/.../intro`)
> - Minor copy updates reflecting link changes (e.g., quick-start
`Cursor` URL)
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
10c4ead. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: sources/platform/actors/development/quick-start/build_with_ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This guide provides best practices for building new Actors or improving existing
21
21
22
22
## AI coding assistant instructions
23
23
24
-
Use the following prompt in your AI coding assistant such as [Cursor](https://www.cursor.com/), [Claude Code](https://www.claude.com/product/claude-code) or [GitHub Copilot](https://github.com/features/copilot):
24
+
Use the following prompt in your AI coding assistant such as [Cursor](https://cursor.com/), [Claude Code](https://claude.com/product/claude-code) or [GitHub Copilot](https://github.com/features/copilot):
25
25
26
26
<PromptButtonprompt={AGENTS_PROMPT}title="Use pre-built prompt for your AI coding assistant" />
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/monetize/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,14 +77,14 @@ All other changes (such as decreasing prices, adjusting descriptions, or removin
77
77
78
78
:::important Frequency of major monetization adjustments
79
79
80
-
You can make major monetization changes to each Actor only **once per month**. After making a major change, you must wait until it takes effect (14 days) plus an additional period before making another major change. For further information & guidelines, please refer to our [Terms & Conditions](https://apify.com/store-terms-and-conditions)
80
+
You can make major monetization changes to each Actor only **once per month**. After making a major change, you must wait until it takes effect (14 days) plus an additional period before making another major change. For further information & guidelines, please refer to our [Terms & Conditions](/legal/store-publishing-terms-and-conditions)
81
81
82
82
:::
83
83
84
84
## Monthly payouts and analytics
85
85
86
86
Payout invoices are automatically generated on the 11th of each month, summarizing the profits from all your Actors for the previous month.
87
-
In accordance with our [Terms & Conditions](https://apify.com/store-terms-and-conditions), only funds from legitimate users who have already paid are included in the payout invoice.
87
+
In accordance with our [Terms & Conditions](/legal/store-publishing-terms-and-conditions), only funds from legitimate users who have already paid are included in the payout invoice.
88
88
89
89
:::note How negative profits are handled
90
90
@@ -98,7 +98,7 @@ If no action is taken, the payout will be automatically approved on the 14th, wi
98
98
- $20 for PayPal
99
99
- $100 for other payout methods
100
100
101
-
If the monthly profit does not meet these thresholds, as per our [Terms & Conditions](https://apify.com/store-terms-and-conditions), the funds will roll over to the next month until the threshold is reached.
101
+
If the monthly profit does not meet these thresholds, as per our [Terms & Conditions](/legal/store-publishing-terms-and-conditions), the funds will roll over to the next month until the threshold is reached.
In this view, you can use your favorite authenticator app to scan the QR code. We recommend using Google Authenticator ([Google Play Store](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_US)/[Apple App Store](https://apps.apple.com/us/app/google-authenticator/id388497605)) or [Authy](https://authy.com/)([Google Play Store](https://play.google.com/store/apps/details?id=com.authy.authy)/[Apple App Store](https://apps.apple.com/us/app/twilio-authy/id494168017) but any other authenticator app should work as well.
29
+
In this view, you can use your favorite authenticator app to scan the QR code. We recommend using Google Authenticator ([Google Play Store](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_US)/[Apple App Store](https://apps.apple.com/us/app/google-authenticator/id388497605)) or [Authy](https://www.authy.com/)([Google Play Store](https://play.google.com/store/apps/details?id=com.authy.authy)/[Apple App Store](https://apps.apple.com/us/app/twilio-authy/id494168017) but any other authenticator app should work as well.
30
30
31
31
You can also set up your app/browser extension manually without the QR code. To do that, click on the **Setup key** link below the QR code. This view with the key will pop up:
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/aws_bedrock.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Before getting started, ensure you have:
26
26
27
27
- An active AWS Account.
28
28
- An Apify account and an [API token](https://docs.apify.com/platform/integrations/api#api-token).
29
-
- Granted access to any Large Language Model from Amazon Bedrock. To add access to a LLM, follow this [guide](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html). We'll use **Anthropic Claude 3.5 Sonnet** in this example.
29
+
- Granted access to any Large Language Model from Amazon Bedrock. To add access to a LLM, follow this [guide](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html). We'll use **Anthropic Claude 3.5 Sonnet** in this example.
30
30
31
31
The overall process for creating an agent includes the following [steps](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html):
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/langchain.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ slug: /integrations/langchain
10
10
11
11
---
12
12
13
-
> For more information on LangChain visit its [documentation](https://python.langchain.com/docs/).
13
+
> For more information on LangChain visit its [documentation](https://docs.langchain.com/oss/python/langchain/overview).
14
14
15
15
In this example, we'll use the [Website Content Crawler](https://apify.com/apify/website-content-crawler) Actor, which can deeply crawl websites such as documentation, knowledge bases, help centers, or blogs and extract text content from the web pages.
16
16
Then we feed the documents into a vector index and answer questions from it.
17
17
18
18
This example demonstrates how to integrate Apify with LangChain using the Python language.
19
-
If you prefer to use JavaScript, you can follow the [JavaScript LangChain documentation](https://js.langchain.com/docs/integrations/document_loaders/web_loaders/apify_dataset/).
19
+
If you prefer to use JavaScript, you can follow the [JavaScript LangChain documentation](https://docs.langchain.com/oss/javascript/integrations/document_loaders/web_loaders/apify_dataset).
20
20
21
21
Before we start with the integration, we need to install all dependencies:
@@ -130,7 +130,7 @@ After running the code, you should see the following output:
130
130
answer: LangChain is a framework designed for developing applications powered by large language models (LLMs). It simplifies the
131
131
entire application lifecycle, from development to productionization and deployment. LangChain provides open-source components and integrates with various third-party tools, making it easier to build and optimize applications using language models.
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/langflow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ slug: /integrations/langflow
12
12
13
13
## What is Langflow
14
14
15
-
[Langflow](https://langflow.org/) is a low-code, visual tool that enables developers to build powerful AI agents and workflows that can use any API, models, or databases.
15
+
[Langflow](https://www.langflow.org/) is a low-code, visual tool that enables developers to build powerful AI agents and workflows that can use any API, models, or databases.
16
16
17
17
:::note Explore Langflow
18
18
@@ -37,7 +37,7 @@ This guide will demonstrate two different ways to use Apify Actors with Langflow
37
37
38
38
:::note Cloud vs local setup
39
39
40
-
Langflow can either be installed locally or used in the cloud. The cloud version is available on the [Langflow](http://langflow.org/) website. If you are using the cloud version, you can skip the installation step, and go straight to [Creating a new flow](#creating-a-new-flow)
40
+
Langflow can either be installed locally or used in the cloud. The cloud version is available on the [Langflow](https://www.langflow.org/) website. If you are using the cloud version, you can skip the installation step, and go straight to [Creating a new flow](#creating-a-new-flow)
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/mastra.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This guide demonstrates how to integrate Apify Actors with Mastra by building an
31
31
### Prerequisites
32
32
33
33
-_Apify API token_: To use Apify Actors, you need an Apify API token. Learn how to obtain it in the [Apify documentation](https://docs.apify.com/platform/integrations/api).
34
-
-_LLM provider API key_: To power the agents, you need an LLM provider API key. For example, get one from the [OpenAI](https://platform.openai.com/account/api-keys) or [Anthropic](https://console.anthropic.com/settings/keys).
34
+
-_LLM provider API key_: To power the agents, you need an LLM provider API key. For example, get one from the [OpenAI](https://platform.openai.com/account/api-keys) or [Anthropic](https://platform.claude.com/settings/keys).
0 commit comments