mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
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
This commit is contained in:
@@ -82,25 +82,25 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/FlowiseAI/Flowise.git
|
git clone https://github.com/FlowiseAI/Flowise.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Go into repository folder
|
2. Go into repository folder
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd Flowise
|
cd Flowise
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install all dependencies of all modules:
|
3. Install all dependencies of all modules:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Build all the code:
|
4. Build all the code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm build
|
pnpm build
|
||||||
@@ -109,12 +109,13 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
<details>
|
<details>
|
||||||
<summary>Exit code 134 (JavaScript heap out of memory)</summary>
|
<summary>Exit code 134 (JavaScript heap out of memory)</summary>
|
||||||
If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again:
|
If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again:
|
||||||
|
|
||||||
export NODE_OPTIONS="--max-old-space-size=4096"
|
export NODE_OPTIONS="--max-old-space-size=4096"
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
5. Start the app:
|
5. Start the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm start
|
pnpm start
|
||||||
@@ -122,7 +123,7 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
|
|
||||||
You can now access the app on [http://localhost:3000](http://localhost:3000)
|
You can now access the app on [http://localhost:3000](http://localhost:3000)
|
||||||
|
|
||||||
6. For development build:
|
6. For development build:
|
||||||
|
|
||||||
- Create `.env` file and specify the `VITE_PORT` (refer to `.env.example`) in `packages/ui`
|
- Create `.env` file and specify the `VITE_PORT` (refer to `.env.example`) in `packages/ui`
|
||||||
- Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/server`
|
- Create `.env` file and specify the `PORT` (refer to `.env.example`) in `packages/server`
|
||||||
|
|||||||
Generated
+35471
-35505
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user