Skip to content

Conversion Issues from Node.js to Edge Runtime #715

Closed Answered by marcusschiesser
nikolailehbrink asked this question in Q&A
Discussion options

You must be logged in to vote

@nikolailehbrink I'm afraid this isn't possible. The issue is that the Edge runtime doesn't support local filesystem access (For fun, I even tried local URLs with fetch - it doesn't work).

So, you'll need some kind of network storage to store your data. That's why I added Pinecone to the https://github.com/run-llama/create_llama_projects/tree/main/nextjs-edge-llamaparse example and that's why create-llama doesn't generate an Edge runtime example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nikolailehbrink
Comment options

Answer selected by nikolailehbrink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants