Skip to content

Commit 40802fb

Browse files
authored
Chore/update flowise embed version (#2932)
* update flowise-embed version on lock file * add agent messages to share chatbot * Update pnpm-lock.yaml * update flowise-embed version * update flowise-embed to 1.3.9
1 parent edbaa53 commit 40802fb

File tree

2 files changed

+35346
-35379
lines changed

2 files changed

+35346
-35379
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,25 @@ Flowise has 3 different modules in a single mono repository.
8282

8383
### Setup
8484

85-
1. Clone the repository
85+
1. Clone the repository
8686

8787
```bash
8888
git clone https://github.com/FlowiseAI/Flowise.git
8989
```
9090

91-
2. Go into repository folder
91+
2. Go into repository folder
9292

9393
```bash
9494
cd Flowise
9595
```
9696

97-
3. Install all dependencies of all modules:
97+
3. Install all dependencies of all modules:
9898

9999
```bash
100100
pnpm install
101101
```
102102

103-
4. Build all the code:
103+
4. Build all the code:
104104

105105
```bash
106106
pnpm build
@@ -109,20 +109,21 @@ Flowise has 3 different modules in a single mono repository.
109109
<details>
110110
<summary>Exit code 134 (JavaScript heap out of memory)</summary>
111111
If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again:
112-
112+
113113
export NODE_OPTIONS="--max-old-space-size=4096"
114114
pnpm build
115+
115116
</details>
116117

117-
5. Start the app:
118+
5. Start the app:
118119

119120
```bash
120121
pnpm start
121122
```
122123

123124
You can now access the app on [http://localhost:3000](http://localhost:3000)
124125

125-
6. For development build:
126+
6. For development build:
126127

127128
- Create `.env` file and specify the `VITE_PORT` (refer to `.env.example`) in `packages/ui`
128129
- Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/server`

0 commit comments

Comments
 (0)