Skip to content

Commit b20d9c4

Browse files
committed
update
1 parent 2ea51d8 commit b20d9c4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

About/index.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# About LangGraph-GUI
22

3-
[LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a user-friendly interface designed for editing Node-Edge workflow graphs using LangGraph. This tool supports creating, editing, and running workflows with local language models such Ollama. It can be easily deployed using Docker Compose.
3+
[github.com/LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI) is a user-friendly interface designed for editing Node-Edge workflow graphs using LangGraph. This tool supports creating, editing, and running workflows with local language models such Ollama. It can be easily deployed using Docker Compose.
44

55
![LangGraph-GUI](/cover.webp)
66

7-
## Docker Compose
8-
To run LangGraph-GUI using Docker Compose, refer to the detailed instructions available in the [LangGraph-GUI Docker Compose Setup](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#getting-started).
7+
## Hold
8+
* [kubernetes](https://github.com/LangGraph-GUI/LangGraph-GUI/tree/main/k8s)
9+
* Docker Compose
10+
* To run LangGraph-GUI using Docker Compose, refer to the detailed instructions available in the [LangGraph-GUI Docker Compose Setup](https://github.com/LangGraph-GUI/LangGraph-GUI?tab=readme-ov-file#getting-started).
11+
* [Windows](/Others/Windows)
912

1013
## Components
1114

_layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
</main>
3636

37-
{%- assign slogan = "The future is already here — it's just not very evenly distributed." -%}
37+
{%- assign slogan = "LangGraph-GUI is mentaind by HomunMage" -%}
3838

3939
{%- include footer.html -%}
4040

index.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: base
3-
43
---
54

65
# [LangGraph-GUI](https://github.com/LangGraph-GUI/LangGraph-GUI/)

0 commit comments

Comments
 (0)