mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
update
This commit is contained in:
parent
7aa67885cf
commit
be5c73fa53
1391
docs/docs/concepts.mdx
Normal file
1391
docs/docs/concepts.mdx
Normal file
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,14 @@ For more information see:
|
||||
|
||||
LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for composing custom flows.
|
||||
|
||||
For more information, see the [LangGraph documentation](https://langchain-ai.github.io/langgraph).
|
||||
:::info[Further reading]
|
||||
|
||||
* See our LangGraph overview [here](https://langchain-ai.github.io/langgraph/concepts/high_level/#core-principles).
|
||||
* See our LangGraph Academy Course [here](https://academy.langchain.com/courses/intro-to-langgraph).
|
||||
|
||||
:::
|
||||
|
||||
|
||||
|
||||
### LangServe
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
# LangGraph
|
||||
|
||||
[LangGraph](https://github.com/langchain-ai/langgraph) is an extension of LangChain specifically aimed at creating highly controllable and customizable agents.
|
||||
The motivation of LangGraph is to help preserve high reliability as we give the agent more control over the application.
|
||||
|
||||
:::info[Further reading]
|
||||
|
||||
* See our LangGraph overview [here](https://langchain-ai.github.io/langgraph/concepts/high_level/#core-principles).
|
||||
* See our LangGraph Academy Course [here](https://academy.langchain.com/courses/intro-to-langgraph).
|
||||
|
||||
:::
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
# LangServe
|
||||
|
||||
PLACE HOLDER TO BE REPLACED BY ACTUAL DOCUMENTATION
|
||||
USED TO MAKE SURE THAT WE DO NOT FORGET TO ADD LINKS LATER
|
Loading…
Reference in New Issue
Block a user