diff --git a/apps/docs/docs/modules/data_loaders/llama_parse/index.mdx b/apps/docs/docs/modules/data_loaders/llama_parse/index.mdx index 80bafbd0e0..3eb19666ad 100644 --- a/apps/docs/docs/modules/data_loaders/llama_parse/index.mdx +++ b/apps/docs/docs/modules/data_loaders/llama_parse/index.mdx @@ -13,7 +13,7 @@ Official documentation for LlamaParse can be found [here](https://docs.cloud.lla ## Usage You can then use the `LlamaParseReader` class to load local files and convert them into a parsed document that can be used by LlamaIndex. -See [LlamaParseReader.ts](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/llamaindex/src/readers/LlamaParseReader.ts) for a list of supported file types: +See [reader.ts](https://github.com/run-llama/LlamaIndexTS/blob/main/packages/cloud/src/reader.ts) for a list of supported file types: {CodeSource}