Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions sources/platform/integrations/ai/llama.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand Down
Loading