mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
extractText is not a function #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Robing on GitHub (Oct 18, 2024).
Originally assigned to: @thucpn on GitHub.
When uploading a PDF file in the chat window, an error occurs stating 'extractText is not a function'.
@marcusschiesser commented on GitHub (Oct 18, 2024):
@leehuwuj that might be related to our refactoring?
@Robing commented on GitHub (Oct 21, 2024):
@leehuwuj @marcusschiesser This issue might be related to package building. The unpdf module seems to be ignored after the build process.
@marcusschiesser commented on GitHub (Oct 22, 2024):
@himself65 as we upgraded LITS - anything that got changed there?
@himself65 commented on GitHub (Oct 22, 2024):
its in llamaindex/core/utils
@himself65 commented on GitHub (Oct 22, 2024):
It might be a regression, i should re-export it in index.edge.ts in llamaindex package
@marcusschiesser commented on GitHub (Oct 23, 2024):
@himself65 it's a different error, it's not about
extractTextfrom LITS but from unpdf.https://github.com/run-llama/LlamaIndexTS/pull/1369 fixes this error - I keep this ticket open, until we update create-llama
@marcusschiesser commented on GitHub (Oct 28, 2024):
we need to update to LITS 0.7.5 or later
@himself65 commented on GitHub (Oct 28, 2024):
Forget to update, I tried to only use
unpdfin next.js. it's suprusing that it's empty{}! I have no idea why for now@himself65 commented on GitHub (Oct 28, 2024):
I'm guessint we need bump next.js to 15?
@marcusschiesser commented on GitHub (Oct 28, 2024):
@himself65 yes, that's part of https://github.com/run-llama/create-llama/issues/345
@marcusschiesser commented on GitHub (Nov 4, 2024):
@Robing should be fixed in 0.3.9 - please retest