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

A solution for deploying the chat-langchain to production? #245

Open
lam0620 opened this issue Jan 23, 2024 · 0 comments
Open

A solution for deploying the chat-langchain to production? #245

lam0620 opened this issue Jan 23, 2024 · 0 comments

Comments

@lam0620
Copy link

lam0620 commented Jan 23, 2024

Hi,
Does anyone give me a solution for deploying the chat-langchain to production?
What is the best option?

Option 1:
-Build Nextjs as a static site
-Start Unicorn API server as service
-Use Nginx as a reverse proxy to serve static Nextjs and API server

Option 2:
-Start Nextjs server as service
-Start Unicorn API server as service
-Use Nginx as a reverse proxy to serve the Nextjs server and API server

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

1 participant