embed-api / README.md
Hansimov's picture
:pencil: [Doc] Readme and requirements.txt
2156e95
|
raw
history blame
192 Bytes
# 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
```