diff --git a/nginx.conf b/nginx.conf index be0aba51d2..d6dd839ab0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -421,6 +421,9 @@ server { # Actor marketing playbook addition rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent; + # Misc + rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent; + } # Temporarily used to route crawlee.dev to the Crawlee GitHub pages. diff --git a/sources/platform/integrations/ai/llama.md b/sources/platform/integrations/ai/llama.md index fa3ec371e1..3a7a642a04 100644 --- a/sources/platform/integrations/ai/llama.md +++ b/sources/platform/integrations/ai/llama.md @@ -1,9 +1,9 @@ --- title: LlamaIndex integration description: Learn how to integrate Apify with LlamaIndex in order to feed vector databases and LLMs with data crawled from the web. -sidebar_label: Llamaindex +sidebar_label: LlamaIndex sidebar_position: 6 -slug: /integrations/llama +slug: /integrations/llama-index --- **Learn how to integrate Apify with LlamaIndex to feed vector databases and LLMs with data crawled from the web.** diff --git a/sources/platform/integrations/index.mdx b/sources/platform/integrations/index.mdx index ef2bd39738..72fc3976d3 100644 --- a/sources/platform/integrations/index.mdx +++ b/sources/platform/integrations/index.mdx @@ -210,7 +210,7 @@ These integrations allow you to use Apify Actors as tools and data sources. />