mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
ba8ab45dc2
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
10 lines
196 B
Markdown
10 lines
196 B
Markdown
#Overview
|
|
|
|
Enable Embeddings demo server for workspace.
|
|
|
|
```bash
|
|
cd ./dev/tool
|
|
rushx run-local openai <workspace> --host http://localhost:4070 --token 'token' --enable true --embeddings true
|
|
```
|
|
|