mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
Error: Maximum update depth exceeded. #88
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 @cognitiveRobot on GitHub (Oct 27, 2024).
Originally assigned to: @thucpn on GitHub.
I am building an RAG application and the following error is blocking my deployment.
Errormessage received:Set up details:
To reproduce:
npx create-llama@latestfrom v0.3.8Can you please help me to fix the issue?
@marcusschiesser commented on GitHub (Oct 28, 2024):
It's caused by this vercel/ai issue: https://github.com/vercel/ai/issues/1610 - we'll add a workaround to the https://github.com/run-llama/chat-ui components
@cognitiveRobot commented on GitHub (Oct 28, 2024):
@marcusschiesser Thanks for the reply. What is the expected date of this workaround?
@marcusschiesser commented on GitHub (Oct 29, 2024):
It's only in dev mode so it's not a blocker, but we should have the workaround next week
@cognitiveRobot commented on GitHub (Nov 5, 2024):
I get the same error on prod when send query "physical standards for letters?"
Run commands
app created from
v0.3.11Cheers