Jacob Lee
Jacob Lee
@dqbd if you have time to look would be a nice win
Maybe try Unstructured? This seems like a limitation of the `pdf-parse` package itself so our ability to fix this will be limited.
Does this help? https://github.com/langchain-ai/langchainjs/issues/5663#issuecomment-2148775572
Yeah that's a good idea, will look into it
You should bump to `@langchain/openai` 0.4, which removes Azure variables/reading of them from `OpenAI` classes.
Hey @AumeshMisra, sorry you're running into this - can you try setting your resolutions field like this to ensure that only one version of `@langchain/core` is present? https://js.langchain.com/v0.2/docs/how_to/installation/#installing-integration-packages CC @bracesproul
@ik4Rus can you try without the `0` in front of `9` for resolutions? So: ``` "resolutions": { "@langchain/core": "0.2.9" } ```
This should be resolved in 0.3.0 - core is now a peer dep: https://js.langchain.com/docs/how_to/installation/#installing-integration-packages If this arises again after updating, please reopen!
CC @ewfian but I'm not sure this will work in that environment - was the Dosu answer helpful?