mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 11:30:16 +00: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
|
|
```
|
|
|