platform/pods/embeddings/readme.md

10 lines
196 B
Markdown
Raw Normal View History

#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
```