FlagEmbedding/docs/README.md

10 lines
128 B
Markdown
Raw Permalink Normal View History

2024-11-08 15:34:28 +08:00
install the required pkgs:
```
pip install -r requirements.txt
```
to host the webpages locally:
```
python -m http.server
```