Skip to content

Commit

Permalink
Chore/update flowise embed version (#2932)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
HenryHengZJ committed Aug 5, 2024
1 parent edbaa53 commit 40802fb
Show file tree
Hide file tree
Showing 2 changed files with 35,346 additions and 35,379 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,25 @@ Flowise has 3 different modules in a single mono repository.

### Setup

1. Clone the repository
1. Clone the repository

```bash
git clone https://github.com/FlowiseAI/Flowise.git
```

2. Go into repository folder
2. Go into repository folder

```bash
cd Flowise
```

3. Install all dependencies of all modules:
3. Install all dependencies of all modules:

```bash
pnpm install
```

4. Build all the code:
4. Build all the code:

```bash
pnpm build
Expand All @@ -109,20 +109,21 @@ Flowise has 3 different modules in a single mono repository.
<details>
<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:

export NODE_OPTIONS="--max-old-space-size=4096"
pnpm build

</details>

5. Start the app:
5. Start the app:

```bash
pnpm start
```

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 `PORT` (refer to `.env.example`) in `packages/server`
Expand Down
Loading

0 comments on commit 40802fb

Please sign in to comment.