This commit is contained in:
Isaac Francisco
2024-08-09 16:43:03 -07:00
committed by GitHub
parent 350adae672
commit 00c1b6a2b0
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -7,6 +7,10 @@ This walkthrough is based on [this repository](https://github.com/langchain-ai/l
!!! tip "Setup with pyproject.toml"
If you prefer using poetry for dependency management, check out [this how-to guide](./setup_pyproject.md) on using `pyproject.toml` for LangGraph Cloud.
!!! tip "Setup with a Monorepo"
If you are interested in deploying a graph located inside a monorepo, take a look at [this](https://github.com/langchain-ai/langgraph-example-monorepo) repository for an example of how to do so.
The final repo structure will look something like this:
```bash
@@ -7,6 +7,9 @@ This walkthrough is based on [this repository](https://github.com/langchain-ai/l
!!! tip "Setup with requirements.txt"
If you prefer using `requirements.txt` for dependency management, check out [this how-to guide](./setup.md).
!!! tip "Setup with a Monorepo"
If you are interested in deploying a graph located inside a monorepo, take a look at [this](https://github.com/langchain-ai/langgraph-example-monorepo) repository for an example of how to do so.
The final repo structure will look something like this:
```bash