respect pageSeperator in LlamaParseReader #166

Closed
opened 2026-02-16 00:17:02 -05:00 by yindo · 1 comment
Owner

Originally created by @salehsed on GitHub (Jul 2, 2024).

Would you please look into it the following code (TypeScript)
the results ignore the input and use "\n---\n"

import {LlamaParseReader} from 'llamaindex'

`const parser = new LlamaParseReader(
{
resultType: 'text',
pageSeperator: '\n---------MY_UNIQUE_SEPERATOR---------------\n',

        // doNotCache: true,
    }
)`
Originally created by @salehsed on GitHub (Jul 2, 2024). Would you please look into it the following code (TypeScript) the results ignore the input and use "\n---\n" import {LlamaParseReader} from 'llamaindex' `const parser = new LlamaParseReader( { resultType: 'text', pageSeperator: '\n---------MY_UNIQUE_SEPERATOR---------------\n', // doNotCache: true, } )`
yindo closed this issue 2026-02-16 00:17:02 -05:00
Author
Owner

@BinaryBrain commented on GitHub (Jul 8, 2024):

Hi, thanks for reporting this bug.
We had a bug in our Typescript lib and I just opened the PR: https://github.com/run-llama/LlamaIndexTS/pull/1023
It should be working on our next release.
If you have any comment, please write them directly on the PR.

@BinaryBrain commented on GitHub (Jul 8, 2024): Hi, thanks for reporting this bug. We had a bug in our Typescript lib and I just opened the PR: https://github.com/run-llama/LlamaIndexTS/pull/1023 It should be working on our next release. If you have any comment, please write them directly on the PR.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#166