mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
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
|
||
|
```
|
||
|
|