docs: Remove self-hosted lite deployment option (#4645)

### Summary
Self-Hosted Lite is a server version, not a deployment option.

---------

Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
This commit is contained in:
Andrew Nguonly
2025-05-11 10:29:01 -07:00
committed by GitHub
co-authored by Lauren Hirata Singh
parent dda4b02095
commit ce5d3c9c5a
6 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ search:
There are two free options for deploying LangGraph applications via the LangGraph Server:
- [Local](./langgraph-platform/local-server.md): Deploy for local testing and development.
- Self-Hosted Lite: A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Self-Hosted Lite is free with a LangSmith API key.
- Standalone Container (Lite): A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Standalone Container (Lite) deployment option is free with a LangSmith API key.
## Other deployment options