# embed-api | |
An embedding API with open source models. | |
## Install | |
```sh | |
# pipreqs . --force --mode no-pin --encoding=utf-8 | |
pip install -r requirements.txt | |
``` | |
# Run | |
```sh | |
python -m app | |
``` | |
# embed-api | |
An embedding API with open source models. | |
## Install | |
```sh | |
# pipreqs . --force --mode no-pin --encoding=utf-8 | |
pip install -r requirements.txt | |
``` | |
# Run | |
```sh | |
python -m app | |
``` | |