Skip to content

embedding-serve is a fast and easy-to-use library for document embedding.

License

Notifications You must be signed in to change notification settings

weiminw/embedding-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

embedding-serve is a fast and easy-to-use library for document embedding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages