remove unncessary line

This commit is contained in:
vbarda
2024-06-10 11:33:54 -04:00
parent 00ecd0e8a5
commit 8c922c4275
-2
View File
@@ -100,8 +100,6 @@ For more advanced examples of LangGraph agents with with tool calling, condition
## Documentation
We hope this gave you a taste of what you can build! Check out the rest of the docs to learn more.
* [Tutorials](https://langchain-ai.github.io/langgraph/tutorials/): Learn to build with LangGraph through guided examples.
* [How-to Guides](https://langchain-ai.github.io/langgraph/how-tos/): Accomplish specific things within LangGraph, from streaming, to adding memory & persistence, to common design patterns (branching, subgraphs, etc.), these are the place to go if you want to copy and run a specific code snippet.
* [Conceptual Guides](https://langchain-ai.github.io/langgraph/concepts/): In-depth explanations of the key concepts and principles behind LangGraph, such as nodes, edges, state and more.