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

Increase aws appsync time out. #347

Open
Boniqx opened this issue Jan 30, 2024 · 1 comment
Open

Increase aws appsync time out. #347

Boniqx opened this issue Jan 30, 2024 · 1 comment

Comments

@Boniqx
Copy link

Boniqx commented Jan 30, 2024

The docs tells us that we can do an asynchronous request for appsync. But I am building a web app with LLMs with langchain agents. Which takes almost a minute to load. Is there a way to increase the waiting time for this requests? Or should I just move away from appsync and use a separate backend which makes my codebase a too convuluted.

@onlybakam
Copy link
Contributor

hey, because LLM responses can take a very long time, we recommend using subscriptions on your client to receive updates as they occur.

the following articles may help:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants