Skip to content
Merged
Changes from 1 commit
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
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, /integrations/llama
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Invalid Slug Syntax Causes Documentation Errors

The slug frontmatter field uses a comma-separated list of values, which is invalid syntax for most documentation systems (like Docusaurus). These systems typically expect a single string value, so this will likely cause parsing errors, malformed URLs, or prevent the intended creation of multiple aliases.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. @TC-MO please is there some other way to keep supporting the old URL with a redirect?

Copy link
Contributor

@TC-MO TC-MO Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think only through nginx.conf redirect

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should handle the change of slug so old URL still leads to new one, I can move forward and add it

rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cursoragent please update the PR with the above

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to authenticate your request. Please make sure to connect your GitHub account to Cursor. Go to Cursor

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try again now

---

**Learn how to integrate Apify with LlamaIndex to feed vector databases and LLMs with data crawled from the web.**
Expand Down
Loading