Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Parsing module exports same parsed_result about all modules. #1064

Open
e7217 opened this issue Dec 20, 2024 · 0 comments
Open

[BUG] Parsing module exports same parsed_result about all modules. #1064

e7217 opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@e7217
Copy link
Contributor

e7217 commented Dec 20, 2024

Describe the bug

Hello,

Could you help me? It seems that there has been a change in the parsing module.
The parsing module now exports the same parsed_result for all modules.
I have set up my config file for the parser as shown below:

  - module_type: langchain_parse
    parse_method: upstagedocumentparse
    split: [ page ]
    file_type: pdf
    output_format: [ html, markdown ]
  - module_type: llamaparse
    result_type: markdown
    file_type: pdf
    language: ko

The current parsed result is as follows:

Image

However, the previous results were different. For example, when I set the output_format to html in upstagedocumentparse, the parsed result used to contain HTML tags.

Image

I would appreciate your assistance. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant