Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 638 Bytes

embedding-serve

embedding-serve is a fast and easy-to-use library for document embedding.
embedding-serve supports the following:

  • text dense embedding: BGE, GTE(Alibaba-NLP)
  • text sparse embedding: BGE, GTE(Alibaba-NLP)
  • image embedding: SigLIP, ViT

Getting Started

Install with pip

pip install heliumos-bixi-embeddings

Deploying with Docker

docker run --gpus all -itd -p 8000:8000 /path/to/your/models:/models/ weiminw/heliumos-bixi-embeddings:0.6.0 sh -c "source /workspace/heliumos-env/bin/activate && python -m bixi.embeddings.serve --model /models/model_path --log-level INFO"