Skip to content

Commit 9cb901c

Browse files
authored
Merge pull request #1756 from FlowiseAI/chore/Wordings
Chore/Update wordings
2 parents 13c97d2 + 6c1f0f7 commit 9cb901c

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

CONTRIBUTING-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
不确定要贡献什么?一些想法:
3232

33-
-Langchain 创建新组件
33+
-`packages/components` 创建新组件
3434
- 更新现有组件,如扩展功能、修复错误
3535
- 添加新的 Chatflow 想法
3636

@@ -40,7 +40,7 @@ Flowise 在一个单一的单体存储库中有 3 个不同的模块。
4040

4141
- `server`:用于提供 API 逻辑的 Node 后端
4242
- `ui`:React 前端
43-
- `components`:Langchain 组件
43+
- `components`:Langchain/LlamaIndex 组件
4444

4545
#### 先决条件
4646

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Found an issue? [Report it](https://github.com/FlowiseAI/Flowise/issues/new/choo
3030

3131
Not sure what to contribute? Some ideas:
3232

33-
- Create new components from Langchain
33+
- Create new components from `packages/components`
3434
- Update existing components such as extending functionality, fixing bugs
3535
- Add new chatflow ideas
3636

@@ -40,7 +40,7 @@ Flowise has 3 different modules in a single mono repository.
4040

4141
- `server`: Node backend to serve API logics
4242
- `ui`: React frontend
43-
- `components`: Langchain components
43+
- `components`: Third-party nodes integrations
4444

4545
#### Prerequisite
4646

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Flowise 在一个单一的代码库中有 3 个不同的模块。
7171

7272
- `server`:用于提供 API 逻辑的 Node 后端
7373
- `ui`:React 前端
74-
- `components`Langchain 组件
74+
- `components`第三方节点集成
7575

7676
### 先决条件
7777

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Flowise has 3 different modules in a single mono repository.
7171

7272
- `server`: Node backend to serve API logics
7373
- `ui`: React frontend
74-
- `components`: Langchain components
74+
- `components`: Third-party nodes integrations
7575

7676
### Prerequisite
7777

packages/server/src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
import {
2727
getNodeModulesPackagePath,
2828
getStartingNodes,
29-
buildLangchain,
29+
buildFlow,
3030
getEndingNodes,
3131
constructGraphs,
3232
resolveVariables,
@@ -441,7 +441,7 @@ export class App {
441441
// chatFlowPool is initialized only when a flow is opened
442442
// if the user attempts to rename/update category without opening any flow, chatFlowPool will be undefined
443443
if (this.chatflowPool) {
444-
// Update chatflowpool inSync to false, to build Langchain again because data has been changed
444+
// Update chatflowpool inSync to false, to build flow from scratch again because data has been changed
445445
this.chatflowPool.updateInSync(chatflow.id, false)
446446
}
447447

@@ -1570,7 +1570,7 @@ export class App {
15701570

15711571
const { startingNodeIds, depthQueue } = getStartingNodes(filteredGraph, stopNodeId)
15721572

1573-
await buildLangchain(
1573+
await buildFlow(
15741574
startingNodeIds,
15751575
nodes,
15761576
edges,
@@ -1787,7 +1787,7 @@ export class App {
17871787

17881788
logger.debug(`[server]: Start building chatflow ${chatflowid}`)
17891789
/*** BFS to traverse from Starting Nodes to Ending Node ***/
1790-
const reactFlowNodes = await buildLangchain(
1790+
const reactFlowNodes = await buildFlow(
17911791
startingNodeIds,
17921792
nodes,
17931793
edges,

packages/server/src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export const getEndingNodes = (nodeDependencies: INodeDependencies, graph: INode
263263
* @param {ICommonObject} overrideConfig
264264
* @param {CachePool} cachePool
265265
*/
266-
export const buildLangchain = async (
266+
export const buildFlow = async (
267267
startingNodeIds: string[],
268268
reactFlowNodes: IReactFlowNode[],
269269
reactFlowEdges: IReactFlowEdge[],

packages/ui/public/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@
1818
<meta property="og:site_name" content="flowiseai.com" />
1919
<meta property="article:publisher" content="https://www.facebook.com/codedthemes" />
2020
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
21-
<meta property="og:description" content="Flowise helps you to better build LLM flows using Langchain in simple GUI" />
21+
<meta
22+
property="og:description"
23+
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
24+
/>
2225
<meta property="og:image" content="https://flowiseai.com/og-image/og-facebook.png" />
2326
<!-- Twitter -->
2427
<meta property="twitter:card" content="summary_large_image" />
2528
<meta property="twitter:url" content="https://flowiseai.com" />
2629
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
27-
<meta property="twitter:description" content="Flowise helps you to better build LLM flows using Langchain in simple GUI" />
30+
<meta
31+
property="twitter:description"
32+
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
33+
/>
2834
<meta property="twitter:image" content="https://flowiseai.com/og-image/og-twitter.png" />
2935
<meta name="twitter:creator" content="@codedthemes" />
3036
<!--

0 commit comments

Comments
 (0)